summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.org18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..998831f
--- /dev/null
+++ b/README.org
@@ -0,0 +1,18 @@
1#+TITLE: MBR Trans Flag
2#+OPTIONS: author:nil num:nil timestamp:nil toc:nil
3#+HTML_DOCTYPE: html5
4#+HTML_LINK_HOME: /
5#+HTML_LINK_UP: /
6What it says on the tin.
7* Source code download
8[[./boot.asm]], compilation and launch instructions included in file.
9* Binary pre-compiled file
10[[./boot.bin]] (maybe not a 1-to-1 compiled version).
11#+BEGIN_SRC sh
12 $ qemu-system-i386 -fda ./boot.bin
13#+END_SRC
14* Screenshat
15#+ATTR_HTML: :width 80%
16[[./screenshot.png]]
17* Source code listing
18#+INCLUDE: "./boot.asm" src nasm