Merge branch 'master' into sata-ahci-dev
[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                                 -drive id=disk,file="machine/disk0.vdi",if=none \
11                                 -device ahci,id=ahci \
12                                 -device ide-hd,drive=disk,bus=ahci.0 \
13                                 -monitor telnet::$(QEMU_MON_PORT),server,nowait &