Re: [9fans] sheevaplug port available

2009-11-18 Thread geoff
/acme/bin/arm is already in the distribution. It's empty because we only ship binaries for the 386 architecture (and that's only so that installations can bootstrap themselves using PCs). You might want to add to my earlier instructions: cd /acme objtype=arm mk install

Re: [9fans] sheevaplug port available

2009-11-18 Thread geoff
I just rediscovered that aux/timesync seems to freeze the stock 9plug kernel. I don't yet know why. I worked around it weeks ago in /bin/cpurc with this: if (! ~ $sysname feared openrd) # timesync seems to kill /sys/src/9/sheeva if(! ps|grep -s timesync) { aux/timesync -n pool.ntp.org

Re: [9fans] sheevaplug port available

2009-11-18 Thread erik quanstrom
On Tue Nov 17 16:38:59 EST 2009, ge...@plan9.bell-labs.com wrote: If you run replica/pull (or have done so recently), you'll find a new kernel subtree, /sys/src/9/kw, which contains a basic port of Plan 9 to the Sheevaplug, derived from the port of native Inferno. great deal. i suggest adding

[9fans] BG/P Port Available

2009-11-18 Thread Eric Van Hensbergen
The open sourced reference code for the BG/P port has been published. Its available via git from http://git.anl-external.org/plan9.git and from hg via bitbucket: http://bitbucket.org/ericvh/hare I'll be writing up a HOWTO for both the build environment (which uses the standard plan 9 distribution)

Re: [9fans] sheevaplug port available

2009-11-18 Thread erik quanstrom
On Wed Nov 18 18:28:36 EST 2009, ge...@plan9.bell-labs.com wrote: /acme/bin/arm is already in the distribution. It's empty because we only ship binaries for the 386 architecture (and that's only so that installations can bootstrap themselves using PCs). You might want to add to my earlier