summaryrefslogtreecommitdiff
path: root/Kernel/ACPI/ACPIParser.cpp
AgeCommit message (Expand)Author
2020-03-12ACPI: Keep common flags in structures for later usageLiav A
2020-03-06Meta: Claim copyright on `ACPI` filesLiav A
2020-03-05Kernel: Call ACPI reboot method first if possibleLiav A
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-02-29ACPI: Adopt the changes in the definitions fileLiav A
2020-02-24Kernel: Don't use references or pointers to physical addressesLiav A
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-14Kernel: Remove problematic memory mapping methodsLiav A
2020-01-02Kernel: Introduce the ACPI subsystemLiav A