mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 23:09:08 +00: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:
parent
bd2b5327d0
commit
68739dc43e
Notes:
sideshowbarker
2024-07-19 18:36:32 +09:00
Author: https://github.com/awesomekling
Commit: 68739dc43e
22 changed files with 611 additions and 344 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <AK/StdLib.h>
|
||||
|
||||
RandomDevice::RandomDevice()
|
||||
: CharacterDevice(1, 8)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue