mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:27:45 +00:00
Kernel+LibC: Add a DebugLogDevice that forwards everything to I/O port 0xe9.
This is then used to implement the userspace dbgprintf() in a far more efficient way than what we had before. :^)
This commit is contained in:
parent
3b986da643
commit
3817f5f619
7 changed files with 61 additions and 7 deletions
|
@ -57,6 +57,7 @@ VFS_OBJS = \
|
|||
Devices/FullDevice.o \
|
||||
Devices/ZeroDevice.o \
|
||||
Devices/RandomDevice.o \
|
||||
Devices/DebugLogDevice.o \
|
||||
FileSystem/FileSystem.o \
|
||||
FileSystem/DiskBackedFileSystem.o \
|
||||
FileSystem/Ext2FileSystem.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue