We can now load an initrd as well as a kernel

This commit is contained in:
Michael Brown
2007-01-14 16:09:01 +00:00
parent b9f99858ab
commit a5f6408d8e
2 changed files with 95 additions and 5 deletions

View File

@@ -94,6 +94,8 @@ struct bzimage_header {
/** bzImage special video mode "ask" */
#define BZI_VID_MODE_ASK 0xfffd
/** bzImage maximum initrd address for versions < 2.03 */
#define BZI_INITRD_MAX 0x37ffffff
/** bzImage command-line structure used by older kernels */
struct bzimage_cmdline {