Searched defs:boot_params (Results 1 – 1 of 1) sorted by relevance
248 struct boot_params { struct249 struct screen_info screen_info; /* 0x000 */250 struct apm_bios_info apm_bios_info; /* 0x040 */251 __u8 _pad2[12]; /* 0x054 */252 struct ist_info ist_info; /* 0x060 */253 __u8 _pad3[16]; /* 0x070 */254 __u8 hd0_info[16]; /* obsolete! */ /* 0x080 */255 __u8 hd1_info[16]; /* obsolete! */ /* 0x090 */256 struct sys_desc_table sys_desc_table; /* 0x0a0 */257 __u8 _pad4[144]; /* 0x0b0 */[all …]