X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2236410f4582ab45ae8c384dd6eeeef5d10aab15..32b9a6d76790c73d3d2d36d9081a2581cc65d184:/lunaix-os/makeinc/qemu.mkinc diff --git a/lunaix-os/makeinc/qemu.mkinc b/lunaix-os/makeinc/qemu.mkinc index b7c9aec..1fc8a91 100644 --- a/lunaix-os/makeinc/qemu.mkinc +++ b/lunaix-os/makeinc/qemu.mkinc @@ -2,17 +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\ - -drive id=disk,file="machine/disk0.vdi",if=none \ + -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-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 + -device ide-cd,drive=cdrom,bus=ahci.0 \ + -monitor telnet::$(QEMU_MON_PORT),server,nowait,logfile=qm.log & \ No newline at end of file