From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 4 Sep 1995 09:29:27 -0400 From: Tor Arntsen tor@spacetec.no Subject: future co-existence with Linux? Topicbox-Message-UUID: 1fc809ac-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19950904132927.Y33jKQPUu3YCBJXsy0wY2nCNv8cvwhOPWFV2qHm2LvE@z> >When LILO boots a Linux partition, it reads the kernel from the partition >into memory and executes it (when LILO is installed, the locations of the >disk sectors containing the kernel are stored in the boot record with it). Actually, the boot record contains the disk sectors of a file containing the disk sectors of the kernel. In that way it is not necessary to update the boot record when a new kernel is to be installed, you just have to update the information in that file. [The loader can be very small (it fits on the boot record, as mentioned) because it doesn't have to know about the file system layout. A separate, user-level program is used instead, its job is just to find the sector numbers of the kernel and update the file mentioned above. In this way LILO can be installed on the boot record just once] -- Tor Arntsen (tor@spacetec.no) Standard disclaimers apply. WWW kills the Internet