1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:27:35 +00:00

Kernel: Expose SMBIOS blobs in ProcFS

This commit is contained in:
Liav A 2021-01-29 13:10:18 +02:00 committed by Andreas Kling
parent e4e74c48ea
commit df59b80e23
5 changed files with 252 additions and 0 deletions

View file

@ -18,6 +18,7 @@ set(KERNEL_SOURCES
CommandLine.cpp
Console.cpp
CoreDump.cpp
DMI.cpp
Devices/AsyncDeviceRequest.cpp
Devices/BXVGADevice.cpp
Devices/BlockDevice.cpp