Re: [RFC] x86 ELF bootable kernels/Linux booting Linux/LinuxBIOS

H. Peter Anvin (hpa@zytor.com)
Mon, 04 Feb 2002 08:26:28 -0800


Werner Almesberger wrote:

[...lots of good stuff...]

>
> Worse yet, the file-based interface kind of conveys the promise that
> the preloader is actually not necessary. This creates an incentive to
> keep things that way, so more and more policy will have to be added
> to the kernel, simply because externalizing it would shatter that
> cute "loader-less" image.
>

[...]

>
> So, while a file-based interface looks cool, I think a "thin"
> memory-based interface will serve us better in the long run.
>

I agree with this sentiment. As far as the filebased interface implying
it is self-contained/loaderless, we can just look at this thread as well
as Linux history -- the boot sector in a Linux kernel is basically
useless and doesn't even work on a lot of hardware today, yet people are
still refusing to deprecate it "because it's so convenient"...

-hpa

-
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/