mirror of
https://gitlab.com/bztsrc/posix-uefi.git
synced 2024-12-29 05:55:31 +01:00
ANSI C compatibility and support for AArch64
This commit is contained in:
parent
f6c858cec5
commit
01776125d9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ smaller, easier to integrate (works with Clang and GNU gcc both) and easier to u
|
||||||
for your UEFI application.
|
for your UEFI application.
|
||||||
|
|
||||||
An UEFI environment consist of two parts: a firmware with GUID protocol interfaces and a user library. We cannot change
|
An UEFI environment consist of two parts: a firmware with GUID protocol interfaces and a user library. We cannot change
|
||||||
the former, but we can make the second frendlier. That's what POSIX-UEFI does for your application. It is a small API
|
the former, but we can make the second friendlier. That's what POSIX-UEFI does for your application. It is a small API
|
||||||
wrapper library around the GUID protocols, not a fully blown POSIX compatible libc implementation.
|
wrapper library around the GUID protocols, not a fully blown POSIX compatible libc implementation.
|
||||||
|
|
||||||
You have two options on how to integrate it into your project:
|
You have two options on how to integrate it into your project:
|
||||||
|
|
Loading…
Reference in a new issue