Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 466 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 466 Bytes

Bootsect breakout!

Lets see how far my asm skills gets me :D

Good old resources I had in my bookmarks:

Building

$ git clone --depth 1 https://github.com/cheyao/breakout
$ cd breakout
$ mkdir build && cd build 
$ cmake ..
$ cmake --build .

Running

Install qemu and run:

$ qemu-system-x86_64 breakout