Init IOAPIC nad LAPICs

This commit is contained in:
2025-08-21 00:47:58 +02:00
parent 3f6df79885
commit 9d8849a425
25 changed files with 801 additions and 306 deletions

View File

@ -464,6 +464,7 @@ def main() -> int:
bare_cases: List[TestCase] = [
BarebonesTestCase("basic-operation"),
BarebonesTestCase("table-installation"),
BarebonesTestCase("foreach-subtable"),
]
with TestHeaderFooter("Barebones Mode Tests"):