forked from MarquisdeGeek/pacman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Filip Lewiński <[email protected]>
- Loading branch information
1 parent
cc6c1b4
commit cbd9117
Showing
5 changed files
with
28 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,24 @@ | ||
pacman | ||
====== | ||
# Pacman-libpayload | ||
|
||
ASCII Pacman game, written with curses | ||
ASCII Pacman game, written with curses, ported to libpayload to be used | ||
with coreboot. | ||
|
||
Use the keys: | ||
## Building | ||
|
||
x - left | ||
c - right | ||
k - up | ||
m - down | ||
* 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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters