summaryrefslogtreecommitdiff
path: root/debug.sh
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-12-17 16:06:06 +0000
committerAda Christine <adachristine18@gmail.com>2021-12-17 16:06:06 +0000
commitd5f485a4f6801f58cbb2bc9d8e80c955c79ff044 (patch)
treee49757ff0b076fe9f0088de92e5691d362e769a0 /debug.sh
parentec1233b4fcd61a8d1eccbf030cede36e9848e06c (diff)
R_AMD64_RELATIVE relocations implemented for EFI shim
Diffstat (limited to 'debug.sh')
-rwxr-xr-xdebug.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.sh b/debug.sh
index 1d606af..eacdc94 100755
--- a/debug.sh
+++ b/debug.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
make -C loader &&
+make -C shim &&
make -C kernel &&
./image.sh &&