summaryrefslogtreecommitdiff
path: root/Kernel/Arch/PC/BIOS.h
AgeCommit message (Expand)Author
2021-09-07Kernel: Make KBuffer::try_create_with_bytes() return KResultOrAndreas Kling
2021-09-07Kernel: Rename FileDescription => OpenFileDescriptionAndreas Kling
2021-08-29Kernel: Make all ProcFS and SysFS files zero-sizedAndreas Kling
2021-08-29Kernel: Remove unused members in BIOSSysFSDirectoryAndreas Kling
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-08-06Kernel: Rename Kernel/VM/ to Kernel/Memory/Andreas Kling
2021-07-11Kernel: Rename SysFS related classes in BIOS codeAndreas Kling
2021-07-11Kernel: Replace "Folder" => "Directory" everywhereAndreas Kling
2021-07-11Kernel: Rename SystemExposedFolder => SysFSDirectoryAndreas Kling
2021-07-11Kernel: Rename SystemExposedComponent => SysFSComponentAndreas Kling
2021-06-29Kernel: Introduce the new SysFSLiav A
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2020-05-22Kernel: Add convenient ways to map whole BIOS and EBDA into memoryAndreas Kling