Re: [9fans] Plan9 Sources Repository

2014-07-20 Thread dante
done On 20.07.2014 00:30, erik quanstrom wrote: The Wiki seems to be frozen (i.e., not editable anymore): - no "Edit" button on http://www.plan9.bell-labs.com/wiki/plan9/software_for_Plan_9/ - no permissions for /mnt/wiki/software_for_plan9/current (wiki.wiki 444) edit from plan 9. - erik

Re: [9fans] Plan9 Sources Repository

2014-07-20 Thread dante
thanks. On 20.07.2014 02:12, Brian L. Stuart wrote: My whole argument goes about the following hypotheses: 1. increasing the amount of contributions may not scale in the current model. 2. submitting trivial contributions is not trivial for the contributor. Both of these points seem to come fr

Re: [9fans] extern register

2014-07-20 Thread Aram Hăvărneanu
On Sun, Jul 20, 2014 at 3:42 AM, wrote: > removed the saving and restoring > of DS/ES/FS/GS segment registers... they have no effect in long mode Actually FS and GS do work in long mode. Since we don't need them for TLS, maybe we can do something useful with them. -- Aram Hăvărneanu

Re: [9fans] Pull and compile latest kernel (sys call 53 error)

2014-07-20 Thread Patryk Laurent
> you need to reboot using one of the kernels you pulled first. > How do I find the kernels that I pulled? They don't appear to be in /sys/src/9/pc After I have found the kernel, do I with it by copying it into /n/9fat as specified here?: http://plan9.bell-labs.com/wiki/plan9/compiling_kerne

Re: [9fans] extern register

2014-07-20 Thread cinap_lenrek
it doenst matter to runtime what data segment selectors have been loaded in the segment registers in long mode. we initially load them with null seletors and then never touch them again. but the processor *does* check the selectors index when you load a selector into a segment register! the reaso

Re: [9fans] Pull and compile latest kernel (sys call 53 error)

2014-07-20 Thread cam
> How do I find the kernels that I pulled? They don't appear to be in > /sys/src/9/pc they are in /386 (ie - /386/9pcf). a pull copies binaries as well as source. > After I have found the kernel, do I with it by copying it into /n/9fat as > specified here?: http://plan9.bell-labs.com/wiki/pl

Re: [9fans] Pull and compile latest kernel (sys call 53 error)

2014-07-20 Thread Patryk Laurent
> they are in /386 (ie - /386/9pcf). a pull copies binaries as well > as source. Thank you, it's working perfectly. Patryk

[9fans] ANTS and Atoms

2014-07-20 Thread Shane Morris
Hello 9fans, If I were to follow these commands: DNSSERVER=8.8.8.8 ip/ipconfig ndb/cs ndb/dns -r mkdir ants 9fs ants.9gridchan.org dircp /n/ants.9gridchan.org/rootlessnext ants cd ants build isoinstall build worker cd cfg stockmod fshalt On a vanilla 9atom VM install, would it erase the /bin di

[9fans] Compiler Message

2014-07-20 Thread Shane Morris
Hello again 9fans, I'm also trying to compile hosted Inferno for OS X 10.9, all seems to go well until the "mk install" giving this error message: shanes-air-2:inferno-os boris$ PATH=`pwd`/MacOSX/386/bin:$PATH mk install (cd lib9; mk install) cc -c -arch i386 -mmacosx-version-min=10.4 -Wno-depre

Re: [9fans] Compiler Message

2014-07-20 Thread tlaronde
On Mon, Jul 21, 2014 at 12:55:44PM +1000, Shane Morris wrote: > > clang: error: unknown argument: '-mno-fused-madd' > [-Wunused-command-line-argument-hard-error-in-future] > clang: note: this will be a hard error (cannot be downgraded to a warning) > in the future Apparently the "future hard error

Re: [9fans] Compiler Message

2014-07-20 Thread Ramakrishnan Muthukrishnan
On Mon, Jul 21, 2014 at 8:25 AM, Shane Morris wrote: > Hello again 9fans, > > I'm also trying to compile hosted Inferno for OS X 10.9, all seems to go > well until the "mk install" giving this error message: > > shanes-air-2:inferno-os boris$ PATH=`pwd`/MacOSX/386/bin:$PATH mk install > (cd lib9;