initial commit
authorSvjatoslav Agejenko <n0@big-laptop.(none)>
Sat, 7 Jul 2012 19:40:13 +0000 (22:40 +0300)
committerSvjatoslav Agejenko <n0@big-laptop.(none)>
Sat, 7 Jul 2012 19:40:13 +0000 (22:40 +0300)
commit9a899b7221ef10d222ea321f147974889d0c1ca9
tree0994cdcb1f712c850cfdd5818f19b56f102c520d
initial commit
67 files changed:
.classpath [new file with mode: 0755]
.gitignore [new file with mode: 0755]
.project [new file with mode: 0755]
COPYING [new file with mode: 0755]
doc/5TH_ET.txt [new file with mode: 0755]
doc/commands/cmp&misc.txt [new file with mode: 0755]
doc/commands/conditio.txt [new file with mode: 0755]
doc/commands/dsk&file.txt [new file with mode: 0755]
doc/commands/dynmem.txt [new file with mode: 0755]
doc/commands/graphic.txt [new file with mode: 0755]
doc/commands/index.html [new file with mode: 0755]
doc/commands/math&mem.txt [new file with mode: 0755]
doc/commands/string.txt [new file with mode: 0755]
doc/emulator.html [new file with mode: 0755]
doc/files.txt [new file with mode: 0755]
doc/index.html [new file with mode: 0755]
doc/modules/drvkbd.txt [new file with mode: 0755]
doc/modules/drvmouse.txt [new file with mode: 0755]
doc/modules/gfx2.txt [new file with mode: 0755]
doc/modules/index.html [new file with mode: 0755]
doc/modules/trig.txt [new file with mode: 0755]
doc/numbers.png [new file with mode: 0755]
doc/shots/index.html [new file with mode: 0755]
doc/shots/start.png [new file with mode: 0755]
doc/shots/textEditor.png [new file with mode: 0755]
doc/shots/words.png [new file with mode: 0755]
emulator/charput.inc [new file with mode: 0755]
emulator/compile.sh [new file with mode: 0755]
emulator/emulator.asm [new file with mode: 0755]
emulator/emulator.com [new file with mode: 0755]
emulator/kbdrive.inc [new file with mode: 0755]
emulator/system.inc [new file with mode: 0755]
emulator/tvidput.inc [new file with mode: 0755]
emulator/vidput.inc [new file with mode: 0755]
floppy image/image mount.sh [new file with mode: 0755]
floppy image/image umount.sh [new file with mode: 0755]
floppy image/run under qemu.sh [new file with mode: 0755]
imageFile/f/5TH_AUTORUN [new file with mode: 0755]
imageFile/f/5TH_QUICKPATH [new file with mode: 0755]
imageFile/f/5th_boot [new file with mode: 0755]
imageFile/f/5th_demo [new file with mode: 0755]
imageFile/f/5th_eg [new file with mode: 0755]
imageFile/f/5th_et [new file with mode: 0755]
imageFile/f/5th_logo [new file with mode: 0755]
imageFile/f/FNT_SYSTEM [new file with mode: 0755]
imageFile/f/I01_MCARROW [new file with mode: 0755]
imageFile/f/lib/5TH_DRVKBD [new file with mode: 0755]
imageFile/f/lib/5TH_DRVMOUSE [new file with mode: 0755]
imageFile/f/lib/5TH_KBD_US [new file with mode: 0755]
imageFile/f/lib/5TH_KBD_USDVORAK [new file with mode: 0755]
imageFile/f/lib/5TH_UICMD [new file with mode: 0755]
imageFile/f/lib/5th_gfx [new file with mode: 0755]
imageFile/f/lib/5th_gfx2 [new file with mode: 0755]
imageFile/f/lib/5th_trig [new file with mode: 0755]
imageFile/f/txt_eg [new file with mode: 0755]
imageFile/f/txt_et [new file with mode: 0755]
imageFile/f/txt_help [new file with mode: 0755]
kernel/core.asm [new file with mode: 0755]
kernel/core.raw [new file with mode: 0755]
kernel/define.inc [new file with mode: 0755]
kernel/font.asm [new file with mode: 0755]
util/5th2src.bas [new file with mode: 0755]
util/editor.bas [new file with mode: 0755]
util/font.dat [new file with mode: 0755]
util/fsimport.bas [new file with mode: 0755]
util/insert.bas [new file with mode: 0755]
util/src25th.bas [new file with mode: 0755]