Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/segin/efibrainfuck
Brainfuck interpreter for (Universal) Extensible Firmware Interface.
https://github.com/segin/efibrainfuck
Last synced: 2 months ago
JSON representation
Brainfuck interpreter for (Universal) Extensible Firmware Interface.
- Host: GitHub
- URL: https://github.com/segin/efibrainfuck
- Owner: segin
- License: isc
- Created: 2015-02-22T07:54:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T04:51:50.000Z (about 9 years ago)
- Last Synced: 2024-04-24T16:15:00.983Z (9 months ago)
- Language: C
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - efibrainfuck
README
# 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?
1. Install [GNU-EFI](http://sourceforge.net/projects/gnu-efi/)
2. 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](https://github.com/mfleming/efilinux/),
Copyright (c) 2011, Intel Corporation