summaryrefslogtreecommitdiff
path: root/lldbscript
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2025-01-27 02:05:07 +0000
committerAda Christine <adachristine18@gmail.com>2025-01-27 02:05:07 +0000
commit0d2ddecc9aeb232746b76b4eebdb1381053a8951 (patch)
tree31fe2fc38ead88a0d982b06b3783aae4f094b8ad /lldbscript
parent6faeb8d3aed797ddfac66ecc21fc8a717d5e848a (diff)
checkpoint. we can fake syscall with the dummy gdt
Diffstat (limited to 'lldbscript')
-rw-r--r--lldbscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldbscript b/lldbscript
index 13842b8..3f94ba2 100644
--- a/lldbscript
+++ b/lldbscript
@@ -1,7 +1,7 @@
target create --no-dependents --arch x86_64 boot/kjarna.efi --symfile boot/kjarna.pdb
target modules add service/kjarna.os
gdb-remote localhost:1234
-target modules load --file kjarna.efi .text 0x63ec000 .data 0x63f1000
-target modules load --file kjarna.os --slide 0x63dc000
-b efi_open
+target modules load --file kjarna.efi .text 0x6184000 .data 0x6189000
+target modules load --file kjarna.os --slide 0x6178000
+b enter_boot_image