The bad apple video but bootable, powered by 🦀
Note
The EFI application does not support audio yet. Audio support has been planned, and will likely be implemented using PC Speaker, and a simple MIDI track. Open a Pull Request if you have a more ambitious method in mind!
Preview
bad-apple-efi.mp4
The following guide assumes you have rustup and the base-devel installed.
The package names are specific to Arch Linux, but install commands can be modified to equivalents for
other distributions.
# Install prerequisites
sudo pacman -S qemu-base qemu-ui-gtk ovmf
# Clone the repository
git clone https://github.com/CompeyDev/bad-apple-efi.git
# Generate ASCII frames & compile EFI
make build
# Run in QEMU
make qemu-runSoon.