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 <gmbr3@opensuse.org>
This commit is contained in:
Callum Farmer 2024-08-28 12:50:21 +01:00
parent 5aaf99b474
commit 7bf718da57
No known key found for this signature in database
GPG Key ID: 9A5B19E18CD0013C

10
README.ABI Normal file
View File

@ -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