Home
last modified time | relevance | path

Searched defs:linux_header (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dlinux.h33 struct linux_header { struct
34 u8 reserved1[0x1f1]; /* 0x000 */
35 u8 setup_sects; /* 0x1f1 */
36 u16 root_flags; /* 0x1f2 */
37 u32 syssize; /* 0x1f4 (2.04+) */
38 u8 reserved2[2]; /* 0x1f8 */
39 u16 vid_mode; /* 0x1fa */
40 u16 root_dev; /* 0x1fc */
41 u16 boot_sector_magic; /* 0x1fe */
43 u8 reserved3[2]; /* 0x200 */
[all …]