_
             | |
 ___    ___  | |
/ __|  / _ \ | |/ /     |_  /  / _ \ | '__|  / _` |
\__ \ |  __/ |   <   _   / /  |  __/ | |    | (_| |
|___/  \___| |_|\_\ (_) /___|  \___| |_|     \__,_|

sek.zera by Klarre

Code by Klarre

Released at King Internal Demo Competition #2

The demo is implemented as a boot sector thus no operating system
is needed. Just write the raw file to a floppy, or run in a
virtual machine.

Run instructions for Debian using QEMU PC emulator

$ sudo apt-get install build-essential qemu nasm
$ ./build_and_run_qemu.sh

Install to bootable USB stick

$ ./build.sh
$ dd bs=512 if=sek.zera.bin of=/dev/sdX

Where sdX is your USB stick.

klarre.se