A Space Invaders inspired MBR/BIOS game
  • Assembly 87.6%
  • Makefile 12.4%
Find a file
2025-11-28 01:32:05 -05:00
.gitignore feat: Initial commit 2025-11-26 22:22:21 -05:00
config.S feat: Blit pt1 2025-11-28 01:17:13 -05:00
gdbinit_real_mode.txt chore: Improve debugging 2025-11-27 04:39:17 -05:00
main.S chore: QOL 2025-11-28 01:32:05 -05:00
Makefile feat: Tweak config 2025-11-28 00:36:24 -05:00
README.md docs: Docs 2025-11-27 09:23:12 -05:00
TODO.md chore: QOL 2025-11-28 01:32:05 -05:00

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

  1. Compile it

make

  1. Flash the image to something

dd if=build/mbr of=???

  1. Boot the hardware