index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Firmware
/
BIOS.h
Age
Commit message (
Expand
)
Author
2022-06-17
Kerenl/Firmware: Add map_ebda and map_bios methods in the original place
Liav A
2022-06-17
Kernel/SysFS: Stop cluttering the codebase with pieces of SysFS parts
Liav A
2022-04-01
Kernel: Allow SysFS components to have non-zero size
Liav A
2022-04-01
Kernel: Declare DMI SysFS BIOS classes as final
Liav A
2022-04-01
Kernel: Declare blob sizes of SysFS BIOS classes as const
Liav A
2022-04-01
Kernel: Initialize primitive data members of SysFS BIOS classes
Liav A
2022-01-13
Kernel: Make map_bios() and map_ebda() fallible using ErrorOr
Idan Horowitz
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-12-14
Kernel/SysFS: Make it clear that some components must be created in boot
Liav A
2021-12-14
Kernel/SysFS: Prevent allocation for component name during construction
Liav A
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-11-02
Kernel: Switch BIOSSysFSComponent constructor to AK::StringView
Brian Gianforcaro
2021-09-12
Kernel: Unify BIOS and ACPI components in the SysFS firmware directory
Liav A
2021-09-12
Kernel: Move ACPI and BIOS code into the new Firmware directory
Liav A