Re-add functionality to boot with new UEFI headers

- Pointer fixup event
- ACPI searching
- Move CHECK_* to using try_or_raise()
This commit is contained in:
Justin C. Miller
2020-02-22 14:57:28 -08:00
parent 521c132801
commit f627ea7de0
10 changed files with 220 additions and 190 deletions

View File

@@ -58,6 +58,7 @@ modules:
- src/boot/main.cpp
- src/boot/console.cpp
- src/boot/error.cpp
- src/boot/memory.cpp
- src/boot/utility.cpp
nulldrv: