A Space Invaders inspired MBR/BIOS game
- Assembly 87.6%
- Makefile 12.4%
| .gitignore | ||
| config.S | ||
| gdbinit_real_mode.txt | ||
| main.S | ||
| Makefile | ||
| README.md | ||
| TODO.md | ||
BIOSpace
A Space Invaders inspired MBR/BIOS game
Prerequisites
- nasm
- qemu (optional)
Running
Qemu
Just use the makefile for a quick setup:
make qemu
Real hardware
- Compile it
make
- Flash the image to something
dd if=build/mbr of=???
- Boot the hardware