david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/arch/i386/image
Michael Brown abc13af070 [bzimage] Support old (pre-2.00 bootloader) Linux kernel formats
This allows gPXE to load memtest86, which is packaged as an old kernel.

Split all code that directly touches the kernel headers out into
bzimage_parse_header() and bzimage_update_header(), to reduce code
size and offset the cost of supporting older kernels.

Total cost of this feature: 11 bytes (uncompressed).
2009-03-30 11:42:19 +01:00
..
bootsector.c We probably shouldn't leave interrupts disabled when starting an OS. 2007-07-25 02:02:24 +01:00
bzimage.c [bzimage] Support old (pre-2.00 bootloader) Linux kernel formats 2009-03-30 11:42:19 +01:00
com32.c [comboot] Restore the real-mode stack pointer on exit from a COMBOOT image 2009-02-17 03:38:40 +00:00
comboot.c [comboot] Restore the real-mode stack pointer on exit from a COMBOOT image 2009-02-17 03:38:40 +00:00
elfboot.c [elf] Add execution entry point debug messages for elf/multiboot images 2008-08-22 02:12:44 +01:00
eltorito.c make eltorito_load static 2007-07-27 21:58:31 +02:00
multiboot.c [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long 2008-11-19 19:15:44 +00:00
nbi.c [netdevice] Kill off the various guess_boot_netdev() functions 2008-11-21 20:34:42 +00:00
pxe_image.c [image] Avoid claiming zero-length images as valid 2009-02-16 00:30:48 +00:00