mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
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:
@@ -4,4 +4,7 @@ CharacterDevice::~CharacterDevice()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
OwnPtr<FileHandle> CharacterDevice::open(int options)
|
||||
{
|
||||
//VirtualFileSystem::the().open()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user