WIP working with lapic to trigger a timer

This commit is contained in:
Travis Geiselbrecht
2025-01-03 20:54:30 -08:00
parent d1a332891c
commit 164f9fa47e
2 changed files with 51 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ elif (( $DO_LEGACY )); then
else
QEMU="qemu-system-i386"
PROJECT="pc-x86-test"
CPU=max
CPU=pentium3
MACHINE=pc
fi