mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-09 04:22:04 -04:00
Fix Qemu command
This commit is contained in:
parent
e3ada09648
commit
30175d3413
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user