From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <44897667.4090509@lanl.gov> Date: Fri, 9 Jun 2006 07:23:51 -0600 From: Ronald G Minnich User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Diskless cpu servers References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 63c028ca-ead1-11e9-9d60-3106f5b1d025 Charles Forsyth wrote: >>yes, but the issue we hit here was that you can't really use all of >>CMOS. The first bits are used for other things. So you have to >>fiddle a bit. > > > there are several other environment variables: > > nvram=file > nvrlen=length > nvroff=offset > This is used to specify an nvram device and optionally the > length of the ram and read/write offset to use. These val- > ues are consulted by readnvram (see authsrv(2)). The most > common use of the nvram is to hold a secstore(1) password > for use by factotum(4). > yes, these did not ever work terrifically well for me IIRC. I ended up just changing the driver ... ron