Cleanup ACPI code, find lower tables
This commit is contained in:
parent
d383cfb595
commit
7b2acdd79c
5 changed files with 165 additions and 16 deletions
5
Makefile
5
Makefile
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue