From f214f7d15e7716327d794c5474e33cdc2ecf8ae4 Mon Sep 17 00:00:00 2001 From: g1n Date: Sun, 5 Sep 2021 17:08:27 +0300 Subject: [PATCH] Add auto starting GDB server in qemu start script --- qemu-only-kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-only-kernel.sh b/qemu-only-kernel.sh index 999a03a..c76108c 100755 --- a/qemu-only-kernel.sh +++ b/qemu-only-kernel.sh @@ -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