git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix: symlink resolve.
[lunaix-os.git]
/
lunaix-os
/
config
/
make-debug-tool
diff --git
a/lunaix-os/config/make-debug-tool
b/lunaix-os/config/make-debug-tool
index 8d4e13dc8f20251c6338ffbac4c683448e6b9bca..061cbc05cd3f3d2c01bfc0878dc23cb272c0fc92 100644
(file)
--- a/
lunaix-os/config/make-debug-tool
+++ b/
lunaix-os/config/make-debug-tool
@@
-7,7
+7,10
@@
QEMU_OPTIONS := -s -S -m 1G \
-machine q35 \
-no-shutdown \
-d cpu_reset \
-machine q35 \
-no-shutdown \
-d cpu_reset \
+ -d trace:ide_dma_cb \
-drive id=disk,file="machine/disk0.vdi",if=none \
-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 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
-monitor telnet::$(QEMU_MON_PORT),server,nowait &
\ No newline at end of file