Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.03 KB

File metadata and controls

37 lines (26 loc) · 1.03 KB

bad-apple-efi

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

Usage

Source

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 && cd bad-apple-efi

# Build and run in QEMU 
cargo xtask qemu-run

Precompiled

Soon.