1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:44:58 +00:00
serenity/Kernel/Firmware/ACPI
Liav A 462802ef0c Kernel/SysFS: Expose file size of ACPI tables in /sys/firmware/acpi
It costs us nothing, and some utilities (such as the known file utility)
rely on the exposed file size (after doing lstat on it), to show
anything useful besides saying the file is "empty".
2022-10-16 17:26:35 +02:00
..
Definitions.h Kernel: Make the ACPI DSDT table accessible 2022-10-12 00:11:36 -06:00
Initialize.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Initialize.h Kernel: Move ACPI and BIOS code into the new Firmware directory 2021-09-12 11:52:16 +02:00
Parser.cpp Kernel: Make the ACPI DSDT table accessible 2022-10-12 00:11:36 -06:00
Parser.h Kernel/SysFS: Expose file size of ACPI tables in /sys/firmware/acpi 2022-10-16 17:26:35 +02:00