    Flat real mode for C/C++ is a small library designed to allow C/C++
programmers of 16-bit real mode DOS programs to use the entire memory
without special memory managers in a fast and efficient way. It uses a
technique called flat real mode, available on 386+, to enable linear
32-bit memory access.

    Installation is simple: unzip the file into into a directory of your
choice (e.g. c:/src/flat/). Precompiled objects, full source code (NASM),
documentation and example programs are included.

    The library is free software under the GNU GPL and may be used,
modified and distributed under it's terms, see flat.doc or src/flat.asm for
details. It comes with ABSOLUTELY NO WARRANTY.

Tobias Romann <t.rossmann@gmx.at>
