]> 4ch.mooo.com Git - 16.git/commit
Added the start of the text system library.
authorRobert Lowe <robert.lowe@maryvillecollege.edu>
Mon, 22 Jun 2015 04:17:38 +0000 (00:17 -0400)
committerRobert Lowe <robert.lowe@maryvillecollege.edu>
Mon, 22 Jun 2015 04:17:38 +0000 (00:17 -0400)
commit077782026074116470d9637507d988ffcc29ef58
treeee8e646b943c0f6806033be0050a7849dd4c6709
parent0a685a71db0f60421bf68f4917a7ddd674ee872a
Added the start of the text system library.

Currently, all it does is find the locations of the BIOS fonts.
ftest.c is a little program that renders the 8x16 font in ascii art.
FTEST.EXE [new file with mode: 0644]
makefile
src/FTEST.C [new file with mode: 0644]
src/lib/TEXT.C [new file with mode: 0644]
src/lib/TEXT.H [new file with mode: 0644]
src/lib/types.h