On Wednesday 16 May 2007 14:31:38 H. Peter Anvin wrote: > As rewritten, it should follow the current version of the Linux boot > protocol specification and recommendations. As a side benefit, it no > longer relies on load_linux.S; instead I have a small code generator > which can be used to set up an arbitrary state -- thus usable for other > startup scenarios as well.
It also eliminates the annoying hardcoded load addresses for the kernel and initrd. Thanks for doing this! --Ed