Generate the ThugCrowd logo in x86 BIOS assembly.
Not the prettiest x86 asm, but it works. Pieced together the asm from various places online. I plan to use this to learn more about BIOS assembly, but figure it's a decent starting point for someone else too.
- Nasm (to build)
- QEMU (to run)
Run ./build.sh
to generate bin/thugboot.bin
.
$ qemu-system-x86_64 -fda bin/thugboot.bin