Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / makeinc / qemu.mkinc
index e81f3fa94ea96a8946c5e19c3e6b7153a7c88ffc..1fc8a9187246b050aa0f9b4091c9d21c126c1006 100644 (file)
@@ -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