From 30175d3413c6784205b95126745ec1218aac471e Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Mon, 27 Jun 2016 23:07:45 +0200 Subject: [PATCH] Fix Qemu command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7752c111..2ef74908 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ thor.flp: hdd.img bootloader/stage1.bin bootloader/stage2.bin kernel/kernel.bin sudo /sbin/losetup -d /dev/loop0 qemu: default - qemu-kvm -cpu host -vga std -hda hdd.img + qemu-system-x86_64 -enable-kvm -cpu host -vga std -hda hdd.img bochs: default echo "c" > commands