dos port underway
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 14 Jun 2023 01:46:36 +0000 (04:46 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 14 Jun 2023 01:46:36 +0000 (04:46 +0300)
commit86ea36402d2ba296db0950d85e18c50f7ee7006b
tree125a13612e263eceb8f92e4cdc8651a5c54825ff
parent8e0d640fcb4dfee7cea3d1f79f7854f5e75cf4c0
dos port underway
41 files changed:
.gitignore
Makefile [new file with mode: 0644]
libs/cgmath/cgmmisc.inl
libs/drawtext/Makefile [new file with mode: 0644]
libs/drawtext/draw.c
libs/drawtext/drawgl.c
libs/drawtext/drawrast.c
libs/drawtext/drawtext.dep [deleted file]
libs/drawtext/drawtext.dsp
libs/drawtext/drawtext_impl.h [deleted file]
libs/drawtext/dtximpl.h [new file with mode: 0644]
libs/drawtext/font.c
libs/imago/Makefile [new file with mode: 0644]
libs/treestor/Makefile [new file with mode: 0644]
libs/treestor/src/treestor.c
src/cmesh.c
src/dos/cdpmi.h [new file with mode: 0644]
src/dos/djdpmi.c [new file with mode: 0644]
src/dos/dosutil.h [new file with mode: 0644]
src/dos/gfx.c [new file with mode: 0644]
src/dos/gfx.h [new file with mode: 0644]
src/dos/keyb.c [new file with mode: 0644]
src/dos/keyb.h [new file with mode: 0644]
src/dos/logger.c [new file with mode: 0644]
src/dos/logger.h [new file with mode: 0644]
src/dos/main.c [new file with mode: 0644]
src/dos/mouse.h [new file with mode: 0644]
src/dos/pit8254.h [new file with mode: 0644]
src/dos/scancode.h [new file with mode: 0644]
src/dos/timer.c [new file with mode: 0644]
src/dos/vbe.c [new file with mode: 0644]
src/dos/vbe.h [new file with mode: 0644]
src/dos/vga.c [new file with mode: 0644]
src/dos/vga.h [new file with mode: 0644]
src/dos/vgaregs.h [new file with mode: 0644]
src/dos/watdpmi.c [new file with mode: 0644]
src/gaw/gawswtnl.c
src/gaw/gawswtnl.h
src/meshgen.c
src/rbtree.c
src/rtk_impl.h