8000 GitHub - filipleple/pacman-libpayload at v1.0.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

filipleple/pacman-libpayload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Pacman-libpayload

ASCII Pacman game, written with curses, ported to libpayload to be used with coreboot.

Building

  • Build libpayload
  • Start from coreboot/payloads/pacman or edit the lpgcc path in Makefile
  • Run make
  • Build coreboot with An ELF executable payload, pointing to the built pacman file. So far, it's only been tested in qemu.

Playing

Run qemu-kvm -bios coreboot.rom -M q35. Use the keys:

  x - left
  c - right
  k - up
  m - down

to move.

About

ASCII Pacman game, written with curses - ported to libpayload to be used with coreboot.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.6%
  • Makefile 2.4%
0