diff options
Diffstat (limited to 'run-debug-x64.sh')
| -rwxr-xr-x | run-debug-x64.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/run-debug-x64.sh b/run-debug-x64.sh new file mode 100755 index 0000000..aa19fc1 --- /dev/null +++ b/run-debug-x64.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +cd src/ +cd kernel/ +./scripts/setup_x64_project.sh +./scripts/modules_ahci_x64.sh +./scripts/debug_ahci_x64.sh + |
