Set RB_MULTIPLE (multiple console support) if the kernel is booted

with the -D flag.
This commit is contained in:
Jonathan Lemon
2001-10-23 20:27:48 +00:00
parent 811ae39279
commit 22dc069c24
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -88,6 +88,9 @@ bi_getboothowto(char *kargs)
case 'd':
howto |= RB_KDB;
break;
case 'D':
howto |= RB_MULTIPLE;
break;
case 'm':
howto |= RB_MUTE;
break;
+3
View File
@@ -88,6 +88,9 @@ bi_getboothowto(char *kargs)
case 'd':
howto |= RB_KDB;
break;
case 'D':
howto |= RB_MULTIPLE;
break;
case 'm':
howto |= RB_MUTE;
break;
+3
View File
@@ -88,6 +88,9 @@ bi_getboothowto(char *kargs)
case 'd':
howto |= RB_KDB;
break;
case 'D':
howto |= RB_MULTIPLE;
break;
case 'm':
howto |= RB_MUTE;
break;