mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:07:34 +00:00
Kernel: Introduce the MemoryDevice
This is a character device that is being used by the dmidecode utility. We only allow to map the BIOS ROM area to userspace with this device.
This commit is contained in:
parent
df59b80e23
commit
5ab1864497
6 changed files with 235 additions and 0 deletions
|
@ -28,6 +28,7 @@ set(KERNEL_SOURCES
|
|||
Devices/I8042Controller.cpp
|
||||
Devices/KeyboardDevice.cpp
|
||||
Devices/MBVGADevice.cpp
|
||||
Devices/MemoryDevice.cpp
|
||||
Devices/NullDevice.cpp
|
||||
Devices/PCSpeaker.cpp
|
||||
Devices/PS2MouseDevice.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue