remove explicit path dependency in makefile
[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                                 -no-shutdown \
8                                 -d cpu_reset \
9                                 -device ahci,id=ahci \
10                                 -monitor telnet::$(QEMU_MON_PORT),server,nowait &