[zion] Add per-process CapabilityTable object

Store this information in it's own object to make the API clearer.
This commit is contained in:
Drew Galbraith 2023-06-16 14:25:45 -07:00
parent be12fa9a19
commit b4902a79ef
5 changed files with 119 additions and 68 deletions

View file

@ -2,6 +2,7 @@ add_executable(zion
boot/acpi.cpp
boot/boot_info.cpp
capability/capability.cpp
capability/capability_table.cpp
common/gdt.cpp
common/load_gdt.s
common/msr.cpp