From mboxrd@z Thu Jan 1 00:00:00 1970 From: forsyth@vitanuova.com Message-Id: <200007181210.IAA25678@cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] AUTH, FS, etc. Date: Tue, 18 Jul 2000 13:11:11 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: e17ddb08-eac8-11e9-9e20-41e7f4b1d025 >>That's awful neat, although it smacks of taking most of the functionality >>out of the loader and placing it in plan9.ini - nothing wrong with that nearly all of that was in the original source. it's mainly useful on networks such as most of mine where a plan 9 cpu server provides dhcp for the network but must configure its network interface somehow, and PCs haven't got a standard way of putting parameters in NVRAM (when they've got NVRAM). the arguments are passed to /sys/src/9/boot and the loader doesn't do much more than preserve them for /boot. i added two lines to bootip.c to set the file server address.