[zion] Add per-process CapabilityTable object
Store this information in it's own object to make the API clearer.
This commit is contained in:
parent
be12fa9a19
commit
b4902a79ef
5 changed files with 119 additions and 68 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue