Built this as a personal challenge. No OS, no drivers — just x86 assembly and BIOS. 512 bytes exactly. Boots in QEMU.Run it: nasm -f bin pong.asm -o boot.bin qemu-system-x86_64 boot.binGitHub: https://github.com/akshat666/-bootponggame "No operating system. [...] Just [...] BIOS"