Example programs
****************
    There are several small example programs demonstrating the basic
concepts of the library.

ex1.c - setup flat real mode and use the information provided by the
        library
ex2.c - use the library in no extended memory mode to access the video
        memory
ex3.c - copy a file using low level 32-bit file functions,
ex4.txt
ex4.h
ex4.c - access the video memory in SVGA modes using the VESA 2.00+ linear
        framebuffer; draws a nice plasma :-)

    They are written in a memory model independant manner and should work
with any ANSI compiler.
