Cleanup ACPI code, find lower tables

This commit is contained in:
Jeremy Soller 2016-08-16 12:16:32 -06:00
parent d383cfb595
commit 7b2acdd79c
5 changed files with 165 additions and 16 deletions

View file

@ -10,7 +10,10 @@ bochs: build/harddrive.bin
bochs -f bochs.$(ARCH)
qemu: build/harddrive.bin
qemu-system-$(ARCH) -serial mon:stdio -drive file=$<,format=raw,index=0,media=disk -nographic -d guest_errors
qemu-system-$(ARCH) -enable-kvm -cpu host -machine q35 \
-serial mon:stdio -drive file=$<,format=raw,index=0,media=disk \
-nographic -d guest_errors
#-device intel-iommu
FORCE: