Re: [9fans] 9vx bootimage build instructions?

2011-05-26 Thread yy
2011/5/26 erik quanstrom quans...@quanstro.net: 9vx uses plan9.ini?  last i checked, that assumption was false. That depends where you checked. Ron's version (or mine, they are the same now) has some support for plan9.ini files with the -f flag, as is documented in the man page:

[9fans] 9vx bootimage build instructions?

2011-05-25 Thread EBo
Doing some multipipe testing I'm running out of procs. I was able to build a hacked boot image run under kvm, and now would like to do the same for 9vx. Looking at sys/lib/dist/pc/plan9.ini, the images reference by both bootfile and nobootprompt do not exist. Can someone give me the recipe

Re: [9fans] 9vx bootimage build instructions?

2011-05-25 Thread erik quanstrom
On Wed May 25 23:29:13 EDT 2011, e...@sandien.com wrote: Doing some multipipe testing I'm running out of procs. I was able to build a hacked boot image run under kvm, and now would like to do the same for 9vx. Looking at sys/lib/dist/pc/plan9.ini, the images reference by both

Re: [9fans] 9vx bootimage build instructions?

2011-05-25 Thread EBo
On Wed, 25 May 2011 23:37:46 -0400, erik quanstrom wrote: 9vx uses plan9.ini? last i checked, that assumption was false. i think you need to modify the 9vx kernel directly. That would explain why I could not find the links 8-/ The nprocs are hacked now... What is the easiest way to set

Re: [9fans] 9vx bootimage build instructions?

2011-05-25 Thread EBo
On Wed, 25 May 2011 22:58:50 -0500, EBo wrote: What is the easiest way to set the memory? I'm running out of memory too. I found a way to set the default, but there does not appear to be an easy way to pass the argument in. Suggestions? EBo --

Re: [9fans] 9vx bootimage build instructions?

2011-05-25 Thread Devon H. O'Dell
I'm pretty sure yiyus's tree (which should be merged to ron's) has a patch I made a few years ago to set max memory (which is the initial bit it mmap's in) --dho 2011/5/26 EBo e...@sandien.com: On Wed, 25 May 2011 22:58:50 -0500, EBo wrote: What is the easiest way to set the memory?  I'm

Re: [9fans] 9vx bootimage build instructions?

2011-05-25 Thread Bakul Shah
On Wed, 25 May 2011 23:05:32 CDT EBo e...@sandien.com wrote: On Wed, 25 May 2011 22:58:50 -0500, EBo wrote: What is the easiest way to set the memory? I'm running out of memory too. I found a way to set the default, but there does not appear to be an easy way to pass the argument