diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/x86/x86-linux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/x86/x86-linux.h b/include/x86/x86-linux.h index 59d35c9..2ebcc3a 100644 --- a/include/x86/x86-linux.h +++ b/include/x86/x86-linux.h @@ -233,7 +233,6 @@ struct x86_linux_header { uint32_t high_base; /* 0x24C */ uint32_t high_memsz; /* 0x250 */ uint32_t high_filesz; /* 0x254 */ - uint32_t tail[32*1024 - 0x258]; /* 0x258 */ #else uint32_t kernel_alignment; /* 0x230 */ uint8_t relocatable_kernel; /* 0x234 */ @@ -241,7 +240,6 @@ struct x86_linux_header { uint32_t cmdline_size; /* 0x238 */ uint32_t hardware_subarch; /* 0x23C */ uint64_t hardware_subarch_data; /* 0x240 */ - uint8_t tail[32*1024 - 0x248]; /* 0x248 */ #endif } PACKED; |