ASCII Pacman game, written with curses, ported to libpayload to be used with coreboot.
- Build libpayload
- Start from
coreboot/payloads/pacman
or edit thelpgcc
path in Makefile - Run
make
- Build coreboot with
An ELF executable payload
, pointing to the builtpacman
file. So far, it's only been tested in qemu.
Run qemu-kvm -bios coreboot.rom -M q35
. Use the keys:
x - left
c - right
k - up
m - down
to move.