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
feat: lseek(2), read(2), write(2) implementation
[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 647a45676e03e3628e92d3ac9146910f0d14ae3d..2376ede1090d1800590496e495bec09d81e035df 100644
(file)
--- a/
lunaix-os/config/make-debug-tool
+++ b/
lunaix-os/config/make-debug-tool
@@
-4,7
+4,11
@@
QEMU_MON_PORT := 45454
QEMU_OPTIONS := -s -S -m 1G \
-rtc base=utc \
-no-reboot \
QEMU_OPTIONS := -s -S -m 1G \
-rtc base=utc \
-no-reboot \
+ -machine q35 \
-no-shutdown \
-d cpu_reset \
-no-shutdown \
-d cpu_reset \
+ -d trace:ide_dma_cb \
+ -drive id=disk,file="machine/disk0.vdi",if=none \
-device ahci,id=ahci \
-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
-monitor telnet::$(QEMU_MON_PORT),server,nowait &
\ No newline at end of file