ladybird/Kernel/Firmware
Tom e70aa690d2 Kernel: Fix determining EBDA size
The first byte of the EBDA structure contains the size of the EBDA
in 1 KiB units. We were incorrectly using the word at offset 0x413
of the BDA which specifies the number of KiB before the EBDA structure.
2022-01-04 17:46:36 +00:00
..
ACPI Kernel: Move Multi Processor Parser code to a separate directory 2021-12-23 23:18:58 -08:00
MultiProcessor Kernel: Move Multi Processor Parser code to a separate directory 2021-12-23 23:18:58 -08:00
BIOS.cpp Kernel: Fix determining EBDA size 2022-01-04 17:46:36 +00:00
BIOS.h Kernel/SysFS: Make it clear that some components must be created in boot 2021-12-14 09:01:33 +01:00
PowerStateSwitch.cpp Kernel/SysFS: Prevent allocation for component name during construction 2021-12-14 09:01:33 +01:00
PowerStateSwitch.h Kernel/SysFS: Prevent allocation for component name during construction 2021-12-14 09:01:33 +01:00
SysFSFirmware.cpp Kernel/SysFS: Make it clear that some components must be created in boot 2021-12-14 09:01:33 +01:00
SysFSFirmware.h Kernel/SysFS: Prevent allocation for component name during construction 2021-12-14 09:01:33 +01:00