diff options
Diffstat (limited to 'kernel/run')
-rwxr-xr-x | kernel/run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ build() { run() { case "$target" in "x86_64") - qemu="qemu-system-x86_64 -cdrom $iso_path/$name.iso" + qemu="qemu-system-x86_64 -cdrom $iso_path/$name.iso -cpu kvm64,+apic" if $test_mode; then qemu="$qemu -device isa-debug-exit,iobase=0xf4,iosize=0x04 -serial stdio -no-reboot " if $serial_mode; then |