From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] EPIA CPU node success In-Reply-To: Your message of "Wed, 05 Nov 2003 20:15:57 MST." From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <69914.1068095874.1@t40.swtch.com> Message-Id: Date: Thu, 6 Nov 2003 00:17:54 -0500 Topicbox-Message-UUID: 804357e2-eacc-11e9-9e20-41e7f4b1d025 > I have one thing I'd like to do, subject to someone telling me it's a bad > idea. I'm thinking of writing a small C program that does the equivalent > set of steps as the 'disk/fdisk -p blah blah ; disk/prep -p blah blah' > that are currently done in scripts. This would make it so I could move > nvram to the CF instead of CMOS. Comments? 9load does this for you. just copy the relevant code out of 9load (look for "partition") and drop it into /sys/src/9/boot or something.