Merged from sys/boot/i386/loader/main.c revision 1.23.
This commit is contained in:
parent
7ed58d3c2f
commit
1a9fb8937f
@ -108,6 +108,8 @@ main(void)
|
||||
*/
|
||||
if (initial_howto & RB_SERIAL)
|
||||
setenv("console", "comconsole", 1);
|
||||
if (initial_howto & RB_MUTE)
|
||||
setenv("console", "nullconsole", 1);
|
||||
cons_probe();
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user