UEFI: Difference between revisions

11 bytes removed ,  28 days ago
m
Fix lint errors
[unchecked revision][unchecked revision]
m (Fix lint errors)
m (Fix lint errors)
Line 123:
 
==Developing with POSIX-UEFI==
:''{{Main article: [[|POSIX-UEFI]]}}
 
One option to compile UEFI applications on POSIX like systems is POSIX-UEFI. It provies a [[libc]]-like API for your EFI application, and ships with a Makefile that can detect and set up the toolchain for you. It can use GCC or LLVM, and defaults to using the host compiler, but a cross compiler is still recommended.