From ca364ecb0b2dc64a8c15805271899ec49cc181cb Mon Sep 17 00:00:00 2001 From: Samuel Tulach Date: Tue, 14 Apr 2020 21:21:19 +0200 Subject: [PATCH] Tue, Apr 14, 2020 9:21:19 PM --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23b1ed6..8dc5273 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,11 @@ Efi-memory is a proof-of-concept EFI runtime driver for reading and writing to v driver/ - EFI driver itself -client/efi-mapper -- [kdmapper](https://github.com/z175/kdmapper/) fork that uses efi-memory to manual map any Windows driver \ No newline at end of file +client/efi-mapper/ +- [kdmapper](https://github.com/z175/kdmapper/) fork that uses efi-memory to manual map any Windows driver + +## Compiling +Compiling any of the example client programs is pretty simple. Open the solution file in Visual Studio and compile the project with it's default settings. + +Compiling the driver is also pretty simple. First you need a working Linux install (or you can use subsystem for Windows) and install gnu-efi (commands for Ubuntu 18.04): + apt install gnu-efi \ No newline at end of file