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

Kernel: Remove DMI decoder from the kernel

As suggested by @supercomputer7, we can simply expose this as a blob
and decode it in userspace instead.

Fixes #2599.
This commit is contained in:
Andreas Kling 2020-06-20 18:39:46 +02:00
parent 42870a9494
commit 37598de582
4 changed files with 0 additions and 1715 deletions

View file

@ -1,5 +1,4 @@
set(KERNEL_SOURCES
ACPI/DMIDecoder.cpp
ACPI/DynamicParser.cpp
ACPI/Initialize.cpp
ACPI/MultiProcessorParser.cpp