scene.org File Archive

File download

<root>­/­parties­/­2013­/­kingcompo13­/­demo/klarre-sek.zera.zip

File size:
4 585 bytes (4.48K)
File date:
2013-12-07 23:05:47
Download count:
all-time: 9

Preview

  • application.asm 4.35K
  • build.sh 54B
  • readme.nfo 727B
  • sek.zera.bin 512B

file_id.diz

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

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