summaryrefslogtreecommitdiff
path: root/libc/bios/README
blob: 4a35d6e9279b8f66911e7296fbd626fd4b87e93b (plain)
1
2
3
4
5
6
7
8
9
10
11
Copyright (C) 1996 Robert de Bath <robert@mayday.compulink.co.uk>
This file is part of the Linux-8086 C library and is distributed
under the GNU Library General Public License.

This is a very simple set of functions for standalone executables.

There is a choice as to which console type you want to use, I think
the VT52 clone is best. To activate it you have to call 'vt52_putc'
at least once.

-Robert