mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37:34 +00:00
Kernel: Unify BIOS and ACPI components in the SysFS firmware directory
Both should reside in the SysFS firmware directory which is normally located in /sys/firmware. Also, apply some OOM-safety patterns when creating the BIOS and ACPI directories.
This commit is contained in:
parent
9132596b8e
commit
33f033066c
8 changed files with 82 additions and 18 deletions
|
@ -127,6 +127,7 @@ set(KERNEL_SOURCES
|
|||
Firmware/ACPI/MultiProcessorParser.cpp
|
||||
Firmware/ACPI/Parser.cpp
|
||||
Firmware/BIOS.cpp
|
||||
Firmware/SysFSFirmware.cpp
|
||||
FutexQueue.cpp
|
||||
Interrupts/APIC.cpp
|
||||
Interrupts/GenericInterruptHandler.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue