mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:37:45 +00:00
Kernel: Add Device base class for CharacterDevice.
..to prepare for adding a BlockDevice class.
This commit is contained in:
parent
c6ca6522fc
commit
994279d56c
11 changed files with 113 additions and 94 deletions
|
@ -37,6 +37,7 @@ KERNEL_OBJS = \
|
|||
|
||||
VFS_OBJS = \
|
||||
DiskDevice.o \
|
||||
Device.o \
|
||||
CharacterDevice.o \
|
||||
NullDevice.o \
|
||||
FullDevice.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue