mirror of
https://github.com/RGBCube/serenity
synced 2025-07-07 12:17:36 +00:00
Fuck it, add a 4th virtual console. :^)
This commit is contained in:
parent
4dec23b487
commit
7be30a2fa8
2 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,7 @@ void Keyboard::handleIRQ()
|
|||
case '1':
|
||||
case '2':
|
||||
case '3':
|
||||
case '4':
|
||||
VirtualConsole::switchTo(map[ch] - '0' - 1);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue