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

This commit is contained in:
KATO Takenori 2000-09-22 12:51:22 +00:00
parent 87eae000dd
commit 6473734288
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66246

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