From 56b5f9bf4fc61f58b3d334b3b80f4b0d95028e3e Mon Sep 17 00:00:00 2001 From: Jozef Nagy Date: Fri, 12 Apr 2024 22:32:19 +0200 Subject: [PATCH] Added notice --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dc6708b..88a6750 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Simple EFI Library (SEL) +> [!NOTE] +> Although this library is fairly complete for most programmers' needs, a rewrite is currently taking place to in the `rewrite` branch. Definitions and names will stay the same, though. + ## Usage Simply put `#include "efi.h"` into your source code and you're good to go.