From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: Building a Floppy Disk From: "Russ Cox" Date: Fri, 14 Dec 2007 12:27:30 -0500 In-Reply-To: <052937b2-57e3-456b-bd55-ba888ce38984@t1g2000pra.googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20071214172702.45E821E8C1C@holo.morphisms.net> Topicbox-Message-UUID: 188e056e-ead3-11e9-9d60-3106f5b1d025 > I can build 9pcf.gz and put it on a floppy and the new kernel with my > changes will boot, and see the sata bus. But the floppy root system is > missing those components, therefore it won't get to a working system. > > Is there a way I can boot the floppy kernel but use the CD's root fs? The kernel that knows how to read the CD is called 9pccd.gz. Copy it to a boot floppy, boot the floppy, and at the 9load boot from: prompt, type fd0!9pccd.gz. Russ