aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>2000-09-22 12:51:22 +0000
committerKATO Takenori <kato@FreeBSD.org>2000-09-22 12:51:22 +0000
commit647373428850161ac759a9e56bb4b6fda8923e05 (patch)
tree5e30f1aa2e203cbc2f76f076d756dadd70a9608c /sys
parent87eae000dd60183bf00254ae8d7426279400c16b (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/pc98/loader/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/pc98/loader/main.c b/sys/boot/pc98/loader/main.c
index 7296604b25c1..34c13c27e507 100644
--- a/sys/boot/pc98/loader/main.c
+++ b/sys/boot/pc98/loader/main.c
@@ -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();
/*