From 7bf718da57d0c07f2a49d3e68cad1d644b2c5e58 Mon Sep 17 00:00:00 2001 From: Callum Farmer Date: Wed, 28 Aug 2024 12:50:21 +0100 Subject: [PATCH] Add notice about functional changes * As this may break compilation and cause runtime errors, supply a notice on how to fix it Signed-off-by: Callum Farmer --- README.ABI | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.ABI diff --git a/README.ABI b/README.ABI new file mode 100644 index 0000000..fcdc615 --- /dev/null +++ b/README.ABI @@ -0,0 +1,10 @@ +When using gnu-efi 4.0 with an application which was written +for gnu-efi 3.0, it may be required to set the GNU_EFI_3_0_COMPAT compile flag +this changes the default versions of some changed functions back to their prior +versions + +This currently includes the following functions: + * ReallocatePool + * CopyMem + * CompareGuid +