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