README.TXT
资源名称:ertos.rar [点击查看]
上传用户:sunrenlu
上传日期:2022-06-13
资源大小:1419k
文件大小:2k
源码类别:
操作系统开发
开发平台:
DOS
- 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
- .EXAMPLESNETCLI - some TCP/IP clients
- .EXAMPLESNETSERV - some TCP/IP servers
- More Complex Sample Projects
- .PROJECTS
- see .PROJECTSreadme 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
- .TCPIPELIB - 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
- .BINCLEAN.BAT erase all .OBJ, .BAK, files
- .BINREBUILD.BAT rebuilds the library (not any exes)
- .BINBUILDEXE.BAT rebuilds all exes