Awesome
EFI Brainfuck
What is EFI Brainfuck?
EFI Brainfuck is, as the name implies, a Brainfuck interpreter for Extensible Firmware Interface (EFI) and it's successor, Universal Extensible Firmware Interface (UEFI).
How do I build EFI Brainfuck?
- Install GNU-EFI
- Run
make
.
How do I run EFI Brainfuck?
Like any EFI program. Place it on the EFI system partition and launch it.
A few suggestions on how to launch EFI Brainfuck:
- Manually create a boot menu entry in your system ("CMOS") setup.
- Use the UEFI Shell.
- Add it to the boot list via
efibootmgr
Credits
- malloc implementation from efilinux, Copyright (c) 2011, Intel Corporation