Re: bootloader ideas
From: Gabriel Paubert <hidden>
Date: 2000-03-07 13:39:55
On Mon, 6 Mar 2000, Tim Riker wrote:
I also believe that we need to move most of the platform-specific fixup code into a boot loader. I am looking into GRUB at this point: http://www.gnu.org/software/grub/ The stage1 loader would need to have new ppc support, but this would allow for complete fs support in the stage2 loader. I will will look more at the other choices out there, but I've been real happy with grub on x86 and it is fairly clean code. stage2 is in C and shares much of the kernel FS code.
Most of the code is probably fine, with the probably non trivial problem that stage1 uses the BIOS to load stage2. And even stage2 might still use the BIOS to load the kernel. That's the major problem since depending on the PPC machine the firmware services are very different (PPCBUG, ARC, Open Firmware), when they can be made to work. Otherwise you've to add additional device drivers. Gabriel. ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/