sudo pacman -Sy docker
curl https://raw.githubusercontent.com/Lautron/docker-rpi-asm-framebuffer/master/install.sh | bash
Modify ~/.config/runframeb/start_script.sh
This script executes everytime the docker container starts
make // Compile code
bash // Open bash shell
runframeb DIR
Where DIR has the following shape:
DIR/
├── app.s
├── Makefile
├── memmap
└── ...
- Add
< /dev/null &
to the end of your runQEMU command to allow it to run in the background - Check the Makefile uploaded to this repo to see an example makefile