Skip to content

xcellerator/thugboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ThugCrowd Logo in BIOS Assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published