#+TITLE: MBR Trans Flag #+OPTIONS: author:nil num:nil timestamp:nil toc:nil #+HTML_DOCTYPE: html5 #+HTML_LINK_HOME: / #+HTML_LINK_UP: / What it says on the tin. * Source code download [[./boot.asm]], compilation and launch instructions included in file. * Binary pre-compiled file [[./boot.bin]] (maybe not a 1-to-1 compiled version). #+BEGIN_SRC sh $ qemu-system-i386 -fda ./boot.bin #+END_SRC * Screenshat #+ATTR_HTML: :width 80% [[./screenshot.png]] * Source code listing #+INCLUDE: "./boot.asm" src nasm