add readme

This commit is contained in:
Tim Schubert 2024-12-28 02:24:37 +01:00
parent f13c7d6eae
commit 07723b7022
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0

33
README.md Normal file
View 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
```