From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6507af3fa8f7084ec3856299fed7ee4c@proxima.alt.za> To: 9fans@cse.psu.edu Subject: Re: [9fans] some recent updates Date: Sun, 27 Feb 2005 05:14:53 +0200 From: lucio@proxima.alt.za In-Reply-To: <3dbb38c37a8fac7f24e0c7dff3f521b0@plan9.bell-labs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 55bf5a32-eace-11e9-9e20-41e7f4b1d025 > But I'll probably add in the remaining bits to poke around in the > multiboot info Grub leaves around and finish it off. What you have > now lets you boot a Plan 9 kernel but it has no config info usually > left by 9load. Does grub checksum the configuration information? A magic number and (optional but useful) checksum would allow one to select the correct kernel boot. The checksum would add confidence without needing to be show stopper. Which reminds me, is there a CRC-16 function (I'm sure I encountered one in second edition many years ago) lurking somewhere that would save me re-inventing it (I need it to model some HDLC operations)? If not, I'm sure with a bit of effort I can submit one, which library would be most appropriate? ++L