summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksa@vuckovic.cc>2023-03-06 01:59:33 +0100
committerAleksa Vuckovic <aleksa@vuckovic.cc>2023-03-06 01:59:33 +0100
commitbd0616e6e76d5b56414a6c77131a9bb63cf5e985 (patch)
tree406836fba0660df3dc5666d2c1e341d118553f68 /Makefile
parentfbc2cc52c8a38c3c63a34f5547ba7c4209a667ac (diff)
parsing pcie MCFG table
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4bbe5dc..4884827 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ QEMU = qemu-system-x86_64
BOCHS = bochs -q
qemu: kernel.iso
- @$(QEMU) -cdrom kernel.iso -serial file:serial.log -smp 4
+ @$(QEMU) -machine q35 -cdrom kernel.iso -serial file:serial.log -smp 4
@cat serial.log
bochs: kernel.iso