Add auto starting GDB server in qemu start script

This commit is contained in:
g1n 2021-09-05 17:08:27 +03:00
parent 8c684f5a19
commit f214f7d15e
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
set -e
. ./build.sh
qemu-system-$(./target-triplet-to-arch.sh $HOST) -kernel sysroot/boot/orion.kernel -serial stdio
qemu-system-$(./target-triplet-to-arch.sh $HOST) -kernel sysroot/boot/orion.kernel -serial stdio -S -s