Skip to content

Latest commit

 

History

History
44 lines (41 loc) · 1.59 KB

README.md

File metadata and controls

44 lines (41 loc) · 1.59 KB

Requires

gnu-efi, gnu-efi-devel

Install & Usage

make
make install
cd MYPATH
${EDITOR:-vi} MYAPPLETS.c
gnu-efi-applets-build MYAPPLETS.efi

References

FIXME

  • Setting values to shell variables in Assign.c only partially works. This function can't be applied to SetA.c and Input.c yet.
  • Calling freopen in minised from efilibc not works.