diff options
| author | Michael Brown | 2007-01-14 17:09:01 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-14 17:09:01 +0100 |
| commit | a5f6408d8e8efedacd1c5d6b6c9d4430f8e61f82 (patch) | |
| tree | 55ac906c27d4f5d010a11382c6b822419c9e8f96 /src/arch/i386/include | |
| parent | Make the getmemsize() prototype available in memsizes.h, for code that (diff) | |
| download | ipxe-a5f6408d8e8efedacd1c5d6b6c9d4430f8e61f82.tar.gz ipxe-a5f6408d8e8efedacd1c5d6b6c9d4430f8e61f82.tar.xz ipxe-a5f6408d8e8efedacd1c5d6b6c9d4430f8e61f82.zip | |
We can now load an initrd as well as a kernel
Diffstat (limited to 'src/arch/i386/include')
| -rw-r--r-- | src/arch/i386/include/bzimage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/include/bzimage.h b/src/arch/i386/include/bzimage.h index d97f76ebb..e536b6e8a 100644 --- a/src/arch/i386/include/bzimage.h +++ b/src/arch/i386/include/bzimage.h @@ -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 { |
