Possibly.
> and it SHOULD be WITHING THE KERNEL SOURCES
No.
> because so many people will be using it and we don't want so many
> patched kernels do we?
It should be within the bootloader, and the kernel should have an
option not to switch to the console until the login prompt, (I.E. use
two pages of VGA memory, and have the console initialised and being
written to, but not displayed until it either oopses, (in which case
you just toggle the bits in the VGA memory to switch to the other
page, simple enough to do), or as the last task before init is run).
> So now that there SHOULD be sucha thing, why not create a few implimentations
> of it which actually work well and put them into the sources?
For the same reason we got rid of the in kernel boot loader. If it's
there, it'll get used, which is a bad thing.
John
-
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/