A 16-bit pong game that lives in boot sector!
- nasm
- qemu-i386 (for testing)
- make (optional)
nasm ./src/main.asm -o ./bin/image
Run it via
qemu-system-i386 -drive format=raw,file="./bin/image"
For build & run just run make dev
For just building run make
- Build image with either
make
or commands above - Plug your USB Drive
- search it via commands like
lsblk
- use
dd
to write image into your USB drive
w
- Move upward.
s
- Move downward.
r
- Restart game.\