summaryrefslogtreecommitdiffstats
path: root/documentation/README
diff options
context:
space:
mode:
authorRegia König2022-08-09 11:00:00 +0200
committerRegia König2022-08-09 11:00:00 +0200
commit9814d8cb459f2c9dc3b6d6b131fa7b4461744256 (patch)
tree9f684a2908770f90fb84c285f9f9e3d528abf1d6 /documentation/README
parentstart documentation (diff)
downloadmemtest86-9814d8cb459f2c9dc3b6d6b131fa7b4461744256.tar.gz
memtest86-9814d8cb459f2c9dc3b6d6b131fa7b4461744256.tar.xz
memtest86-9814d8cb459f2c9dc3b6d6b131fa7b4461744256.zip
Move all documentation into directory -documentation-
Diffstat (limited to 'documentation/README')
-rw-r--r--documentation/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/README b/documentation/README
new file mode 100644
index 0000000..048c893
--- /dev/null
+++ b/documentation/README
@@ -0,0 +1,17 @@
+https://retrage.github.io/2019/12/05/debugging-ovmf-en.html
+
+How to debug with gdb:
+
+1. make run
+
+2. ./gen_symbol_offets.sh > gdbscript
+
+3. make debug
+
+4. open second terminal. Type gdb
+
+5. In second terminal:
+ (gdb) source gdbscript
+ (gdb) b CoreHandleProtocol
+ (gdb) target remote localhost:1234
+ (gdb) c