Skip to content

Implementation of the Game of Life in ARMv8 using the B3/S23 ruleset. Simulation of cells and generational evolution in a low-level programming environment, emulating Raspberry Pi on QEMU

diofanto33/Conway-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instalacion en Arch Linux

Compilador

sudo pacman -S aarch64-linux-gnu-gcc

Emulador

sudo pacman -S qemu-system-aarch64

Sera necesario una herramienta que permita ver la pantalla de la
emulación de la Raspberry Pi que se esta ejecutando en QEMU.

sudo pacman -S tigervnc

Instalar con todas las dependencias necesarias

Uso

El archivo Makefile contiene lo necesario para compilar.

Para correr el proyecto ejecutar

make runQEMU

Esto construirá el código y ejecutará qemu para su emulación.

Se debe observar la salida de make runQEMU ya que puede cambiar el canal del servidor VNC
por ejemplo

$ make runQEMU 
qemu-system-aarch64 -M raspi3b -kernel kernel8.img -serial stdio
VNC server running on ::1:5901

Implica tener otra consola en el mismo directorio y inmediatamente hacer

vncviewer :5901

Para ver la ventana 640 x 480

About

Implementation of the Game of Life in ARMv8 using the B3/S23 ruleset. Simulation of cells and generational evolution in a low-level programming environment, emulating Raspberry Pi on QEMU

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published