X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/8efc0cf32160c68772a2ce1887e6a397852d3d96..92f6e64a6da763c45ff9f4ab5eafcab3d8766dcb:/lunaix-os/makeinc/qemu.mkinc diff --git a/lunaix-os/makeinc/qemu.mkinc b/lunaix-os/makeinc/qemu.mkinc index 12d21b8..1e8673f 100644 --- a/lunaix-os/makeinc/qemu.mkinc +++ b/lunaix-os/makeinc/qemu.mkinc @@ -8,10 +8,9 @@ get_qemu_options = -s -S -m 1G \ -no-shutdown \ -d cpu_reset \ -d trace:ide_dma_cb \ + -vga std,retrace=precise \ -serial telnet::12345,server,nowait\ - -drive id=disk,file="machine/disk0.vdi",if=none \ -drive id=cdrom,file="$(1)",readonly=on,if=none,format=raw \ -device ahci,id=ahci \ - -device ide-hd,drive=disk,bus=ahci.0 \ - -device ide-cd,drive=cdrom,bus=ahci.1 \ + -device ide-cd,drive=cdrom,bus=ahci.0 \ -monitor telnet::$(QEMU_MON_PORT),server,nowait & \ No newline at end of file