aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-18 20:41:10 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-18 20:41:10 +0300
commit50214ec4ae81ed451ad452f1bf8fc615f387dc5e (patch)
tree1f05eaa8fbf16c1e8c6645580b45b86199a9ebb5 /scripts
parent4f68722ab33796cbd129c3e4701170284876c8fd (diff)
downloadUEFI-Lessons-50214ec4ae81ed451ad452f1bf8fc615f387dc5e.tar.gz
UEFI-Lessons-50214ec4ae81ed451ad452f1bf8fc615f387dc5e.tar.bz2
UEFI-Lessons-50214ec4ae81ed451ad452f1bf8fc615f387dc5e.zip
Translate script names to hyperlinks
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/README.md b/scripts/README.md
index 6e73324..679e448 100644
--- a/scripts/README.md
+++ b/scripts/README.md
@@ -2,21 +2,21 @@
- Create UEFI modules with templates:
-createNewApp.sh - create new UEFI_APPLICATION by name
+[createNewApp.sh](createNewApp.sh) - create new UEFI_APPLICATION by name
-createNewDriver.sh - create new UEFI_DRIVER by name
+[createNewDriver.sh](createNewDriver.sh) - create new UEFI_DRIVER by name
- Replace GUIDs in log file:
-replace_guids.py - script that translates GUIDs in 'debug.log' file to readable strings
+[replace_guids.py](replace_guids.py) - script that translates GUIDs in 'debug.log' file to readable strings
-Guid_extra.xref - extra GUIDs for 'replace_guids.py' script
+[Guid_extra.xref](Guid_extra.xref) - extra GUIDs for 'replace_guids.py' script
- GDB:
-efi.py - script by Artem Nefedov that helps to load debug symbols in GDB (https://github.com/artem-nefedov/uefi-gdb/blob/master/efi.py)
+[efi.py](efi.py) - script by Artem Nefedov that helps to load debug symbols in GDB (https://github.com/artem-nefedov/uefi-gdb/blob/master/efi.py)
-run_gdb.sh - script that launches tmux session ready for UEFI shell apllication/driver debug
+[run_gdb.sh](run_gdb.sh) - script that launches tmux session ready for UEFI shell apllication/driver debug
-run_gdb_ovmf.sh - script that launches tmux session ready for OVMF debug
+[run_gdb_ovmf.sh](run_gdb_ovmf.sh) - script that launches tmux session ready for OVMF debug