Re: [9fans] Standalone *nix port of sam

2015-02-06 Thread Peter Penzin
Works on Linux, thank you! It does not build on FreeBSD, trying to find out why. Are you hosting this code anywhere? -Peter On Thu, Feb 5, 2015 at 8:22 AM, Rob King jk...@deadpixi.com wrote: Hello everyone, I don't know how much interest there'd be, but if anyone ever needs to run sam

Re: [9fans] Raspberry Pi 2 Model B

2015-02-06 Thread cinap_lenrek
http://felloff.net/usr/cinap_lenrek/aijuboard/ -- cinap

Re: [9fans] Standalone *nix port of sam

2015-02-06 Thread Steve Simon
I haven't tried your code (sorry, I tend to use native plan9 as my GUI). I do remember those days and there was a worthwhile patch to add a scrolling list of files on the samfans list - I think rob was unhappy with the UI but it was so useful that plan9's sam got the change; I'am not sure if the

Re: [9fans] Standalone *nix port of sam

2015-02-06 Thread Aram Hăvărneanu
Thanks for doing this. Btw, if you want B to work (and plumbing) on the remote machine with plan9port, you can do something like this: http://sprunge.us/gFSF. It starts a plumber process on the remote machine, and mounts it locally. B will work in a regular (e.g. xterm) ssh session, but if you

Re: [9fans] Raspberry Pi 2 Model B

2015-02-06 Thread erik quanstrom
On Fri Feb 6 03:51:08 PST 2015, st...@quintile.net wrote: See /n/sources/patch/maybe/usb-short-desc That works a treat, thanks Cinap, Richard, and Erik. great. the 9atom version of usb improves on the original by adjusting a few constants to the standard. but the main fix is several

Re: [9fans] Raspberry Pi 2 Model B

2015-02-06 Thread erik quanstrom
On Fri Feb 6 03:56:17 PST 2015, cinap_len...@felloff.net wrote: http://felloff.net/usr/cinap_lenrek/aijuboard/ nice. thank you! - erik

Re: [9fans] Raspberry Pi 2 Model B

2015-02-06 Thread Steve Simon
See /n/sources/patch/maybe/usb-short-desc That works a treat, thanks Cinap, Richard, and Erik. -Steve

Re: [9fans] Standalone *nix port of sam

2015-02-06 Thread Iruatã Souza
On Fri, Feb 6, 2015 at 8:54 AM, Steve Simon st...@quintile.net wrote: There4 was also a chording patch to make cut and paste work like acme, but my fingers have never been agile enough to do this reliably, so its of less# interest to me. 9front sam does it in case it is of interest.

Re: [9fans] Raspberry Pi 2 Model B

2015-02-06 Thread Richard Miller
http://felloff.net/usr/cinap_lenrek/aijuboard/ http://i1.kym-cdn.com/photos/images/original/000/014/416/X2R4UMUE536Z3WIALA7SKNVKP4RXX22Y.jpeg

Re: [9fans] Standalone *nix port of sam

2015-02-06 Thread Ryan Gonzalez
Looks great! However, I would advise against the CC=cc... lines in the makefiles. They break badly when I execute the commonly-done `make CC=my_compiler`. In particular, the Makefile in sam/sam has this: CC=cc $(SYSFLAGS) Which obviously breaks when I set CC to a custom compiler. Can't SYSFLAGS

Re: [9fans] Raspberry Pi 2 Model B

2015-02-06 Thread Richard Miller
To return to the original subject ... /n/sources/contrib/miller/9pi2 is a Plan 9 kernel which runs on the Raspberry Pi 2 (one core only, so far). I'll put updated source in contrib/miller/9/bcm later today. mk CONF'='pi2 for the new model, CONF'='pi for the original model. Plan 9 from

Re: [9fans] Raspberry Pi 2 Model B

2015-02-06 Thread Joe Bowers
FANTASTIC! Thank you so much! That's so cool! On Fri, Feb 6, 2015 at 10:13 AM, Richard Miller 9f...@hamnavoe.com wrote: To return to the original subject ... /n/sources/contrib/miller/9pi2 is a Plan 9 kernel which runs on the Raspberry Pi 2 (one core only, so far). I'll put updated source