diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/any_ci_x64.sh (renamed from scripts/kernel_ci_x64.sh) | 0 | ||||
| -rwxr-xr-x | scripts/gdb.sh | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/scripts/kernel_ci_x64.sh b/scripts/any_ci_x64.sh index 614ff65e..614ff65e 100755 --- a/scripts/kernel_ci_x64.sh +++ b/scripts/any_ci_x64.sh diff --git a/scripts/gdb.sh b/scripts/gdb.sh new file mode 100755 index 00000000..f908da16 --- /dev/null +++ b/scripts/gdb.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +gdb -q -x src/boot/gdbinit |
