X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/f09e806d5032150564df39a2f7b1192c4d84cf15..28c176b668c841a3b7fb093faccf0efa39257603:/lunaix-os/makeinc/qemu.mkinc diff --git a/lunaix-os/makeinc/qemu.mkinc b/lunaix-os/makeinc/qemu.mkinc deleted file mode 100644 index 85fd982..0000000 --- a/lunaix-os/makeinc/qemu.mkinc +++ /dev/null @@ -1,17 +0,0 @@ -QEMU_MON_TERM := gnome-terminal -QEMU_MON_PORT := 45454 - -get_qemu_options = -s -S -m 1G \ - -rtc base=utc \ - -no-reboot \ - -machine q35 \ - -no-shutdown \ - -d cpu_reset \ - -d trace:ide_dma_cb \ - -serial tcp::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 \ - -monitor telnet::$(QEMU_MON_PORT),server,nowait & \ No newline at end of file