Dave Martindale (davem@groucho.cs.ubc.ca)
Thu, 6 May 1999 10:16:23 -0700
<msdin@interchange.ubc.ca> writes:
>Have you checked out the GRUB boot loader? Its a newer one used
>primarily for the GNU HURD (but supports pretty much any PC O/S).
>Here's the URL:
>http://www.uruk.org/grub/
Thanks for the reference. Its main claim to fame seems to be that it
is prepared to boot a wide variety of operating systems, using a variety
of techniques that depend on circumstances.
As far as dealing with BIOS limits:
- it still goes through the BIOS for I/O, so it still can't read past
the 8.4 Gb point on any given disk
- within the 8.4 Gb limit, it always uses logical block addresses for
everything internally, mapping those to whatever C/H/S scheme the
current BIOS provides. This means you can move a disk from one
machine to another and have it work, which is not true for bootloaders
that work in terms of CHS addresses directly.
Dave
This archive was generated by hypermail 2.0b3 on Thu 06 May 1999 - 10:19:50 PDT