|
From: David W. <we...@cw...> - 2002-05-05 23:30:47
|
On Sun, May 05, 2002 at 04:05:19PM -0600, Brian Palmer wrote: > We need to have a loader that can do hardware detection, registry > parsing, Last Known Good Configuration, etc. Plus grub could chain load > to freeldr anyway. > Surely register parsing, LKGC, etc could be implemented by the loader regardless of the standard used to communicate with the kernel to be booted. All the kernel needs are the driver executable images themselves. Hardware detection could be implemented as an extension to the multiboot standard and shouldn't be too difficult to add to grub. |