Searched defs:x86_boot_params (Results 1 – 1 of 1) sorted by relevance
1074 struct x86_boot_params { struct1075 uint32_t bp_length; /* length of patchable data */1076 uint32_t bp_flags;1077 uint32_t bp_timeout; /* boot timeout in seconds */1078 uint32_t bp_consdev;1079 uint32_t bp_conspeed;1080 uint8_t bp_password[16]; /* md5 hash of password */1081 char bp_keymap[64]; /* keyboard translation map */1082 uint32_t bp_consaddr; /* ioaddr for console */