Fuck it, add a 4th virtual console. :^)

This commit is contained in:
Andreas Kling 2018-10-31 00:27:34 +01:00
parent 4dec23b487
commit 7be30a2fa8
Notes: sideshowbarker 2024-07-19 18:36:06 +09:00
2 changed files with 5 additions and 0 deletions

View file

@ -68,6 +68,7 @@ void Keyboard::handleIRQ()
case '1':
case '2':
case '3':
case '4':
VirtualConsole::switchTo(map[ch] - '0' - 1);
break;
default: