This is the eRTOS development library.
Copyright (c) 1990, 2003 Erick Engelke

This software is released as freeware.  Use it in your own applications
as you wish.  The name suggests this is a real time OS, which is a misnomer
due to the removal of a 3rd party real time OS component, but it is a
multithreaded programming environment which supports 16 and 32 bit DOS
apps.

The documentation is copyrighted and cannot be shared.
Purchase it at from www.lanpulse.com/ertos/index.html

A complete kit of documentation, Borland C (16 bit) and the software
can be orderred from JK Micro at www.jkmicro.com

Erick Engelke

- - -

The subdirectories are:

Things to include in your programs
    .\LIB   - linkable libraries
    .\INC   - include files for user applications


Example Source (for tutorials and simple examples)
    .\EXAMPLES         - key eRTOS features
    .\EXAMPLES\NETCLI  - some TCP/IP clients
    .\EXAMPLES\NETSERV - some TCP/IP servers

More Complex Sample Projects
    .\PROJECTS
see .\PROJECTS\readme for details

eRTOS Internal Source Code
    It is not necessary to do anything with these directories since the
    libraries are deliverred prebuilt.

    .\SRC   - source code for the threading library and key features
    .\TCPIP - source code for the TCP/IP implementation
    .\TCPIP\ELIB - source for some assembler components of the TCP/IP stack
    .\NET   - source code for tcp TCP/IP clients and servers
    .\ADDED - source code for additional, non-networked parts of eRTOS

Utilities
    .\BIN\CLEAN.BAT erase all .OBJ, .BAK, files
    .\BIN\REBUILD.BAT rebuilds the library (not any exes)
    .\BIN\BUILDEXE.BAT rebuilds all exes