Start working on virtual consoles/TTYs.

This is a mess right now, but I'd rather commit as I go.
This commit is contained in:
Andreas Kling 2018-10-30 13:59:29 +01:00
commit 68739dc43e
Notes: sideshowbarker 2024-07-19 18:36:32 +09:00
22 changed files with 611 additions and 344 deletions

View file

@ -4,6 +4,7 @@
#include <AK/kstdio.h>
NullDevice::NullDevice()
: CharacterDevice(1, 3)
{
}