X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/b60166b327a9108b07e3069fa6568a451529ffd9..1025235c72c31f7fa7b648c0e32ddcaa68a8f66a:/lunaix-os/makeinc/qemu.mkinc diff --git a/lunaix-os/makeinc/qemu.mkinc b/lunaix-os/makeinc/qemu.mkinc index e81f3fa..1fc8a91 100644 --- a/lunaix-os/makeinc/qemu.mkinc +++ b/lunaix-os/makeinc/qemu.mkinc @@ -2,6 +2,7 @@ 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 \ @@ -14,4 +15,4 @@ get_qemu_options = -s -S -m 1G \ -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