Merged from sys/boot/i386/loader/main.c revision 1.23.

This commit is contained in:
kato 2000-09-22 12:51:22 +00:00
parent 7ed58d3c2f
commit 1a9fb8937f

View File

@ -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();
/*