X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/88d981e8325ea91ca6ca21cdba3c73308fe84541..bc4c6e1218d6903b07c32b11ea7d3c82c463686e:/lunaix-os/config/make-debug-tool diff --git a/lunaix-os/config/make-debug-tool b/lunaix-os/config/make-debug-tool index 2376ede..061cbc0 100644 --- a/lunaix-os/config/make-debug-tool +++ b/lunaix-os/config/make-debug-tool @@ -9,6 +9,8 @@ QEMU_OPTIONS := -s -S -m 1G \ -d cpu_reset \ -d trace:ide_dma_cb \ -drive id=disk,file="machine/disk0.vdi",if=none \ + -drive id=cdrom,file="$(BUILD_DIR)/$(OS_ISO)",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