From 6b326cc7c3a881816ad9a60ae9bc44c219ff7dec Mon Sep 17 00:00:00 2001 From: Samuel Tulach Date: Tue, 14 Apr 2020 21:49:46 +0200 Subject: [PATCH] Tue, Apr 14, 2020 9:49:46 PM --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b758d7e..128cdf6 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,9 @@ In order to use the efi-memory driver, you need to load it. First, obtain a copy load memory.efi ``` 7. Now there should be a nice efi-memory ascii logo printed in your UEFI shell. If there is, the driver was loaded successfuly. If that is the case, type `exit` to start standard boot procedure (while Windows is booting the screen should go blue with confirmation text) + +## Thanks +I would like to thank @z175 for kdmapper project since that is a masterpiece. @Mattiwatti for EfiGuard project and the idea of SetVariable hooking. Roderick W. Smith for rodsbooks.com (really useful site to read about EFI basics). + +## License +This repo is licensed under MIT if not stated otherwise in subfolders.