From 7eb8bfba60850640d6883ef8c193d251009e185f Mon Sep 17 00:00:00 2001 From: Samuel Tulach Date: Tue, 14 Apr 2020 21:24:47 +0200 Subject: [PATCH] Tue, Apr 14, 2020 9:24:47 PM --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8235c97..1e13c71 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,14 @@ Compiling the driver is also pretty simple. First you need a working Linux insta apt install gnu-efi -That's all you need to install. Package manager (in the example apt) should install all the depencies for you. Once the installation is complete, close this repo (make sure you have git installed): +That's all you need to install. Package manager (in the example apt) should install all the depencies for you. Once the installation is complete, clone this repo (make sure you have git installed): git clone https://github.com/SamuelTulach/efi-memory +Than navigate to the driver folder and compile the driver with make: + + cd efi-memory + cd driver + make + +If the compile was successful, you should now see memory.efi in the driver folder. \ No newline at end of file