Re: [ANNOUNCE] Gujin graphical bootloader 0.4

Keith Owens (kaos@ocs.com.au)
Tue, 14 Aug 2001 00:29:50 +1000


On Mon, 13 Aug 2001 14:05:05 +0200 (CEST),
Etienne Lorrain <etienne_lorrain@yahoo.fr> wrote:
> A good solution would be to have the kernel being two (or three) GZIP
> files concatenated, the first would be the real-mode code to setup
> the structure only, the second would be the protected-mode code of the
> kernel (and the third the initrd). The first part would be a position
> independant function getting some parameters (address/max size of the
> structure to fill in) and returning information like microprocessor
> minimum requirement, video mode supported (number of BPP, or text only),
> address the kernel has been linked (to load a kernel at 16 Mb), ...

Before you go too far, there is already an standard for boot loading,
EFI (Extensible Firmware Interface). Originally from Intel but it is
open. http://developer.intel.com/technology/efi. IA64 uses this and
nothing but this, it already loads kernels in ELF format. There is no
point in inventing yet another boot interface, unless you cannot do
what you want in EFI.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/