diff options
author | Regia König | 2022-08-16 16:54:09 +0200 |
---|---|---|
committer | Regia König | 2022-08-16 16:54:09 +0200 |
commit | 3e6d1f5389cb77055e3860c801dbcc99bb4518ec (patch) | |
tree | 682ef9f54c774dbb69fc4c0c8ea64f220017223a /documentation/GNU-efi | |
parent | Documentation GNU-efi (diff) | |
download | memtest86-3e6d1f5389cb77055e3860c801dbcc99bb4518ec.tar.gz memtest86-3e6d1f5389cb77055e3860c801dbcc99bb4518ec.tar.xz memtest86-3e6d1f5389cb77055e3860c801dbcc99bb4518ec.zip |
Efi file outputs own image base
Diffstat (limited to 'documentation/GNU-efi')
-rw-r--r-- | documentation/GNU-efi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/GNU-efi b/documentation/GNU-efi index 27c77e3..5d75960 100644 --- a/documentation/GNU-efi +++ b/documentation/GNU-efi @@ -186,5 +186,7 @@ make the same call as: ST->ConOut->OutputString(ST->ConOut, buffer); - +################################################################################# +# https://wiki.osdev.org/Debugging_UEFI_applications_with_GDB # +################################################################################# |