diff options
author | Regia König | 2022-08-10 16:04:19 +0200 |
---|---|---|
committer | Regia König | 2022-08-10 16:04:19 +0200 |
commit | fea670da9b394ebc58231f926396f67993e144a0 (patch) | |
tree | df2bf3ad0afcc1b3cd21dff538b738f2c8d10dec /documentation | |
parent | Add HelloWorld.efi (diff) | |
download | memtest86-fea670da9b394ebc58231f926396f67993e144a0.tar.gz memtest86-fea670da9b394ebc58231f926396f67993e144a0.tar.xz memtest86-fea670da9b394ebc58231f926396f67993e144a0.zip |
New version of HelloWorld.efi
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/gdb commands | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/gdb commands b/documentation/gdb commands index 85bf88e..416a758 100644 --- a/documentation/gdb commands +++ b/documentation/gdb commands @@ -5,7 +5,7 @@ qemu must be started with "-s" option (shorthand for "-gdb tcp::1234") source gdbscript -file MemtestEfi.efi || load file +file MemtestEfi.efi || load file ...no debugging symbols found...done info files || get Entry point + sections file || unload files |