X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/6195e9739894771c56ea9bd3cba7bd7d04d8e7bc..f05a333a0f27f401ff32cfd2e74364ee4ecc893a:/lunaix-os/config/make-debug-tool diff --git a/lunaix-os/config/make-debug-tool b/lunaix-os/config/make-debug-tool index 647a456..8d4e13d 100644 --- a/lunaix-os/config/make-debug-tool +++ b/lunaix-os/config/make-debug-tool @@ -4,7 +4,10 @@ QEMU_MON_PORT := 45454 QEMU_OPTIONS := -s -S -m 1G \ -rtc base=utc \ -no-reboot \ + -machine q35 \ -no-shutdown \ -d cpu_reset \ + -drive id=disk,file="machine/disk0.vdi",if=none \ -device ahci,id=ahci \ + -device ide-hd,drive=disk,bus=ahci.0 \ -monitor telnet::$(QEMU_MON_PORT),server,nowait & \ No newline at end of file