feat: partial PCIe support (MCFG table parsing)
[lunaix-os.git] / lunaix-os / config / make-debug-tool
index 281753400d1d32361553f671c991fb852a0282c5..647a45676e03e3628e92d3ac9146910f0d14ae3d 100644 (file)
@@ -1,2 +1,10 @@
 QEMU_MON_TERM := gnome-terminal
 QEMU_MON_TERM := gnome-terminal
-QEMU_MON_PORT := 45454
\ No newline at end of file
+QEMU_MON_PORT := 45454
+
+QEMU_OPTIONS := -s -S -m 1G \
+                               -rtc base=utc \
+                               -no-reboot \
+                               -no-shutdown \
+                               -d cpu_reset \
+                               -device ahci,id=ahci \
+                               -monitor telnet::$(QEMU_MON_PORT),server,nowait &
\ No newline at end of file