]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[lkrnprefix] Function as a bzImage kernel
authorMichael Brown <mcb30@ipxe.org>
Mon, 12 May 2014 22:49:14 +0000 (23:49 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 12 May 2014 22:49:14 +0000 (23:49 +0100)
commita8d1b50d8b7627e147fad787477653b8b2b7dc87
tree8d5050c76036542a169c17579bda4d18aa1fd14d
parentd28bb51f445250d7bd7ccfb5b53f2ffa985e1fba
[lkrnprefix] Function as a bzImage kernel

The .lkrn prefix currently provides a zImage kernel with unused setup
sectors and the whole iPXE binary placed within the "protected mode
kernel" portion of the zImage.

The work carried out years ago to create the .mrom format provides a
mechanism allowing the iPXE binary to be split into a small real-mode
header and a larger payload.  This neatly matches the way that a
bzImage is loaded: the "setup sectors" can contain the header and the
"protected mode kernel" can contain the payload.

This removes the size restrictions on an iPXE .lkrn image (and hence
on derived image formats such as .iso).

Also remove obsolete copyright information, since none of the original
code or functionality now remains.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/prefix/lkrnprefix.S