blob: 00cb556581ba8a81c19c693d04af13de614a416b (
plain)
1
2
3
4
5
6
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 0x6184000 .data 0x6189000
target modules load --file kjarna.os --slide 0x6178000
b syscall_delegate_exit
|