No description
Find a file
2025-04-27 18:03:44 +02:00
src feat: use frame buffer for rendering 2025-04-27 18:03:44 +02:00
.envrc feat: use frame buffer for rendering 2025-04-27 18:03:44 +02:00
.gitignore feat: use frame buffer for rendering 2025-04-27 18:03:44 +02:00
Cargo.lock feat: use frame buffer for rendering 2025-04-27 18:03:44 +02:00
Cargo.toml feat: use frame buffer for rendering 2025-04-27 18:03:44 +02:00
flake.lock conway 2024-12-27 23:22:40 +01:00
flake.nix conway 2024-12-27 23:22:40 +01:00
LICENSE-APACHE add license 2024-12-28 02:30:30 +01:00
LICENSE-MIT add license 2024-12-28 02:30:30 +01:00
README.md add readme 2024-12-28 02:27:39 +01:00
run.sh rename and refactor 2024-12-28 02:24:20 +01:00

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