* added compilers lcc and bcc (linux86)
[mascara-docs.git] / compilers / linux86-0.16.17 / libc / bios / README
blob4a35d6e9279b8f66911e7296fbd626fd4b87e93b
1 Copyright (C) 1996 Robert de Bath <robert@mayday.compulink.co.uk>
2 This file is part of the Linux-8086 C library and is distributed
3 under the GNU Library General Public License.
5 This is a very simple set of functions for standalone executables.
7 There is a choice as to which console type you want to use, I think
8 the VT52 clone is best. To activate it you have to call 'vt52_putc'
9 at least once.
11 -Robert