aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/image/bzimage.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [bzimage] Report exact initrd length via bzImage headerMichael Brown2014-03-041-14/+28
* [bzimage] Fix spurious uninitialised-variable warning on some gcc versionsMichael Brown2013-06-051-0/+1
* [bzimage] Align initrd images to page boundaryMichael Brown2013-06-051-17/+13
* [bzimage] Allow initrds to be rearranged in placeMichael Brown2012-11-121-73/+140
* [bzimage] Allow file mode to be specified for standalone initrd filesMichael Brown2012-08-031-3/+37
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [bzimage] Update setup_move_size only for protocol versions 2.00 and 2.01Michael Brown2012-07-091-1/+2
* [image] Simplify image managementMichael Brown2011-03-071-40/+30
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-1/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-191-7/+7
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [bzimage] Support old (pre-2.00 bootloader) Linux kernel formatsMichael Brown2009-03-301-249/+232
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-1/+1
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-171-1/+1
* [bzimage] Kill off the initrd image typeMichael Brown2008-07-081-3/+2
* [bzImage] Support loading zImage kernelsStefan Hajnoczi2008-06-301-1/+3
* [bzimage] Support kernel command lines of greater than 256 charactersMichael Brown2008-06-121-2/+10
* Fix compiler warnings that appear only on OpenBSD.Michael Brown2007-12-061-1/+1
* Allow space for the kernel's real-mode .bss. Previously we weren'tMichael Brown2007-11-041-1/+7
* Redefine bzimage_exec_context::mem_limit to be the highest permissibleMichael Brown2007-09-281-3/+4
* Allow images to hold references to the originating URI.Michael Brown2007-08-021-1/+1
* Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-021-0/+3
* Add code for constructing single-file cpio archives on the flyMichael Brown2007-08-011-30/+75
* Initrd concatenation now workingMichael Brown2007-08-011-2/+3
* Allow loading of multiple initramfs images.Michael Brown2007-07-311-50/+61
* Minor debug improvementMichael Brown2007-07-191-1/+2
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-031-1/+1
* Use base "0" in strtoul for consistency with "mem="Michael Brown2007-01-241-1/+1
* "vga=" is specified in decimal, not hex.Michael Brown2007-01-221-1/+1
* Misread the definition of the type_of_loader field; it should include aMichael Brown2007-01-191-1/+1
* We can now load an initrd as well as a kernelMichael Brown2007-01-141-5/+93
* Copy command line at execution time rather than load time.Michael Brown2007-01-141-35/+132
* Split bzimage_load into separate functionsMichael Brown2007-01-141-81/+183
* Can start a Linux kernel directly (albeit with no initrd support)Michael Brown2007-01-141-8/+29
* Can almost start a kernel now. It dies with "No setup signature found"Michael Brown2007-01-141-5/+115
* Placeholder bzImage supportMichael Brown2007-01-141-0/+81