efi_apps, simple usage examples of GNU-EFI, 0.15
(C) Copyright 2024 Peter Wiehe
License: WTFPL. See license.txt.
-------------------------------------
===Prerequisites:===
GCC cross compiler, LD cross linker, both 64bit version of "Mingw32"
-------------------------------------
===To build and run it, type:===
make prepare
make install
Then boot the computer.
-------------------------------------
===Files/Directories:===
.git Directory with internal data for Git.
.gitignore Helper file for Git.
For each app .c Source code files of the EFI applications.
license.txt Copying/usage terms.
makefile Helper file for Make.
readme.txt This documentation file.
status.txt Current status (including bugs).
===Created from the prepare script (and deleted by "make clean"):===
efi_apps directory in /boot/efi/EFI, to be loadedwith refind
===Created during the build process:===
For each app .o/.efi
===programs (EFI apps):===
hello prints a message
mmap reads and displays the memory map
videomode handles gfx mode(s)
load loads a text file and shows it (doesn't exist yet)