Fix Qemu command

This commit is contained in:
Baptiste Wicht 2016-06-27 23:07:45 +02:00
parent e3ada09648
commit 30175d3413

View File

@ -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