Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [bzimage] Support kernel command lines of greater than 256 characters | Michael Brown | 2008-06-12 | 1 | -0/+8 |
* | Allow space for the kernel's real-mode .bss. Previously we weren't | Michael Brown | 2007-11-04 | 1 | -0/+2 |
* | Misread the definition of the type_of_loader field; it should include a | Michael Brown | 2007-01-19 | 1 | -1/+7 |
* | We can now load an initrd as well as a kernel | Michael Brown | 2007-01-14 | 1 | -0/+2 |
* | Copy command line at execution time rather than load time. | Michael Brown | 2007-01-14 | 1 | -0/+12 |
* | Split bzimage_load into separate functions | Michael Brown | 2007-01-14 | 1 | -6/+19 |
* | Can almost start a kernel now. It dies with "No setup signature found" | Michael Brown | 2007-01-14 | 1 | -2/+23 |
* | Placeholder bzImage support | Michael Brown | 2007-01-14 | 1 | -0/+73 |