X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/1375eb51603466b723ab7dd1ca4194ee5d662f75..69777bdcab284335651a8002e2896f3862fa423d:/lunaix-os/makeinc/qemu.mkinc diff --git a/lunaix-os/makeinc/qemu.mkinc b/lunaix-os/makeinc/qemu.mkinc index 1e8673f..1fc8a91 100644 --- a/lunaix-os/makeinc/qemu.mkinc +++ b/lunaix-os/makeinc/qemu.mkinc @@ -2,15 +2,17 @@ QEMU_MON_TERM := gnome-terminal QEMU_MON_PORT := 45454 get_qemu_options = -s -S -m 1G \ + -smp 1 \ -rtc base=utc \ -no-reboot \ -machine q35 \ + -cpu pentium3,rdrand \ -no-shutdown \ -d cpu_reset \ -d trace:ide_dma_cb \ -vga std,retrace=precise \ - -serial telnet::12345,server,nowait\ + -serial telnet::12345,server,nowait,logfile=lunaix_ttyS0.log\ -drive id=cdrom,file="$(1)",readonly=on,if=none,format=raw \ -device ahci,id=ahci \ -device ide-cd,drive=cdrom,bus=ahci.0 \ - -monitor telnet::$(QEMU_MON_PORT),server,nowait & \ No newline at end of file + -monitor telnet::$(QEMU_MON_PORT),server,nowait,logfile=qm.log & \ No newline at end of file