summaryrefslogtreecommitdiff
path: root/README.org
blob: 998831fda167044b2fd69f3abcca6d120dccf00b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#+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