From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <21317b9382d83885fbd6edd9f9d885d7@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] booting term kernel over the net From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 11 Dec 2002 08:59:33 -0500 Topicbox-Message-UUID: 30069b46-eacb-11e9-9e20-41e7f4b1d025 If you're talking about booting from kfs (rather than a real fs, in which case IL will cause problems), it's not hard. You can't fetch the kernel over the wide-area network, but that's the only problem. If you have the kernel on a floppy and put the auth and fs info into plan9.ini, that's enough to get going. I've done this for booting terminals from a standalone kfs/auth across campus and it worked reasonably well. Russ