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 | ||||
| -rwxr-xr-x | scripts/modules_ahci_x64.sh | 2 |
3 files changed, 4 insertions, 1 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 diff --git a/scripts/modules_ahci_x64.sh b/scripts/modules_ahci_x64.sh index c9b8bd3e..a5c08ef8 100755 --- a/scripts/modules_ahci_x64.sh +++ b/scripts/modules_ahci_x64.sh @@ -5,7 +5,7 @@ # 04/05/25: Improve and fix script. cd src/boot/modules/SysChk -nebuild amd64-ahci-gpt.json +nebuild amd64-ahci-epm.json cd ../ cd BootNet nebuild amd64.json |
