Searched defs:linux_kernel_header (Results 1 – 2 of 2) sorted by relevance
25 struct linux_kernel_header struct27 uint8_t code1[0x0020];28 uint16_t cl_magic; /* Magic number 0xA33F */29 uint16_t cl_offset; /* The offset of command line */30 uint8_t code2[0x01F1 - 0x0020 - 2 - 2];31 uint8_t setup_sects; /* The size of the setup in sectors */32 uint16_t root_flags; /* If the root is mounted readonly */33 uint16_t syssize; /* obsolete */34 uint16_t swap_dev; /* obsolete */35 uint16_t ram_size; /* obsolete */[all …]
417 struct linux_kernel_header struct419 char code1[0x0020];420 unsigned short cl_magic; /* Magic number 0xA33F */421 unsigned short cl_offset; /* The offset of command line */422 char code2[0x01F1 - 0x0020 - 2 - 2];423 unsigned char setup_sects; /* The size of the setup in sectors */424 unsigned short root_flags; /* If the root is mounted readonly */425 unsigned short syssize; /* obsolete */426 unsigned short swap_dev; /* obsolete */427 unsigned short ram_size; /* obsolete */[all …]