git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
feat: open(2), close(2), mkdir(2) and readdir(2) syscall
[lunaix-os.git]
/
lunaix-os
/
config
/
make-debug-tool
1
QEMU_MON_TERM := gnome-terminal
2
QEMU_MON_PORT := 45454
3
4
QEMU_OPTIONS := -s -S -m 1G \
5
-rtc base=utc \
6
-no-reboot \
7
-machine q35 \
8
-no-shutdown \
9
-d cpu_reset \
10
-d trace:ide_dma_cb \
11
-drive id=disk,file="machine/disk0.vdi",if=none \
12
-device ahci,id=ahci \
13
-device ide-hd,drive=disk,bus=ahci.0 \
14
-monitor telnet::$(QEMU_MON_PORT),server,nowait &