summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/bzimage.h
Commit message (Expand)AuthorAgeFilesLines
* [bzimage] Support kernel command lines of greater than 256 charactersMichael Brown2008-06-121-0/+8
* Allow space for the kernel's real-mode .bss. Previously we weren'tMichael Brown2007-11-041-0/+2
* Misread the definition of the type_of_loader field; it should include aMichael Brown2007-01-191-1/+7
* We can now load an initrd as well as a kernelMichael Brown2007-01-141-0/+2
* Copy command line at execution time rather than load time.Michael Brown2007-01-141-0/+12
* Split bzimage_load into separate functionsMichael Brown2007-01-141-6/+19
* Can almost start a kernel now. It dies with "No setup signature found"Michael Brown2007-01-141-2/+23
* Placeholder bzImage supportMichael Brown2007-01-141-0/+73