mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-04 18:23:39 +00:00
Add basic character device support. Start with null and zero.
This commit is contained in:
parent
fa3b11ac64
commit
93556d6743
Notes:
sideshowbarker
2024-07-19 18:48:27 +09:00
Author: https://github.com/awesomekling
Commit: 93556d6743
14 changed files with 157 additions and 2 deletions
7
VirtualFileSystem/CharacterDevice.cpp
Normal file
7
VirtualFileSystem/CharacterDevice.cpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "CharacterDevice.h"
|
||||
|
||||
CharacterDevice::~CharacterDevice()
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue