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:
parent
5aaf99b474
commit
7bf718da57
10
README.ABI
Normal file
10
README.ABI
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user