add readme
This commit is contained in:
parent
f13c7d6eae
commit
07723b7022
1 changed files with 33 additions and 0 deletions
33
README.md
Normal file
33
README.md
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# UEFI Conway's Game of Life
|
||||||
|
|
||||||
|
Conway's GOL in uefi-rs.
|
||||||
|
|
||||||
|
## Run in QEMU
|
||||||
|
|
||||||
|
Install the firmware files:
|
||||||
|
|
||||||
|
Nix:
|
||||||
|
|
||||||
|
```
|
||||||
|
nix build nixpkgs#OVMF
|
||||||
|
```
|
||||||
|
|
||||||
|
Debian/Ubuntu:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt-get install qemu ovmf
|
||||||
|
```
|
||||||
|
|
||||||
|
Fedora:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo dnf install qemu-kvm edk2-ovmf
|
||||||
|
```
|
||||||
|
|
||||||
|
Then copy the firmware files to the project directory.
|
||||||
|
|
||||||
|
Then run
|
||||||
|
|
||||||
|
```
|
||||||
|
./run.sh
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue