md.c | 257 static struct x86_boot_params boottype = local in function:update_bios_boot 258 {sizeof boottype, 0, 5, 0, 9600, { '\0' }, "", 0}; 271 boottype.bp_consdev = (condev & 3) + 1; 275 boottype.bp_conspeed = t.c_ispeed; 278 process_menu(MENU_getboottype, &boottype); 280 if (boottype.bp_consdev == ~0u) 309 "console=%s,speed=%u", consoles[boottype.bp_consdev], 310 boottype.bp_conspeed);
|