1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:04:59 +00:00
serenity/Kernel/Firmware/ACPI
Liav A 381fdaa163 Kernel/SysFS: Make it clear that some components must be created in boot
Using the phrase "create" doesn't give information on whether the object
must be allocated or a failure to do so can be handled gracefully.
Therefore, we must use better phrase for such purpose, so "must_create"
for the allocate-and-construct static methods is definitely good choice.
2021-12-14 09:01:33 +01:00
..
Definitions.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Initialize.cpp Kernel: Move ACPI and BIOS code into the new Firmware directory 2021-09-12 11:52:16 +02:00
Initialize.h Kernel: Move ACPI and BIOS code into the new Firmware directory 2021-09-12 11:52:16 +02:00
MultiProcessorParser.cpp Kernel: Move ACPI and BIOS code into the new Firmware directory 2021-09-12 11:52:16 +02:00
MultiProcessorParser.h AK+Everywhere: Stop including Vector.h from StringView.h 2021-11-10 21:58:58 +01:00
Parser.cpp Kernel/SysFS: Make it clear that some components must be created in boot 2021-12-14 09:01:33 +01:00
Parser.h Kernel/SysFS: Make it clear that some components must be created in boot 2021-12-14 09:01:33 +01:00