Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 521 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 521 Bytes

ThugBoot

Generate the ThugCrowd logo in x86 BIOS assembly.

About

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.

alt text

Requirements

  • Nasm (to build)
  • QEMU (to run)

Building

Run ./build.sh to generate bin/thugboot.bin.

Running

$ qemu-system-x86_64 -fda bin/thugboot.bin