README.TXT
上传用户:sunrenlu
上传日期:2022-06-13
资源大小:1419k
文件大小:2k
源码类别:

操作系统开发

开发平台:

DOS

  1. This is the eRTOS development library.
  2. Copyright (c) 1990, 2003 Erick Engelke
  3. This software is released as freeware.  Use it in your own applications
  4. as you wish.  The name suggests this is a real time OS, which is a misnomer
  5. due to the removal of a 3rd party real time OS component, but it is a
  6. multithreaded programming environment which supports 16 and 32 bit DOS
  7. apps.
  8. The documentation is copyrighted and cannot be shared.
  9. Purchase it at from www.lanpulse.com/ertos/index.html
  10. A complete kit of documentation, Borland C (16 bit) and the software
  11. can be orderred from JK Micro at www.jkmicro.com
  12. Erick Engelke
  13. - - -
  14. The subdirectories are:
  15. Things to include in your programs
  16.     .LIB   - linkable libraries
  17.     .INC   - include files for user applications
  18. Example Source (for tutorials and simple examples)
  19.     .EXAMPLES         - key eRTOS features
  20.     .EXAMPLESNETCLI  - some TCP/IP clients
  21.     .EXAMPLESNETSERV - some TCP/IP servers
  22. More Complex Sample Projects
  23.     .PROJECTS
  24. see .PROJECTSreadme for details
  25. eRTOS Internal Source Code
  26.     It is not necessary to do anything with these directories since the
  27.     libraries are deliverred prebuilt.
  28.     .SRC   - source code for the threading library and key features
  29.     .TCPIP - source code for the TCP/IP implementation
  30.     .TCPIPELIB - source for some assembler components of the TCP/IP stack
  31.     .NET   - source code for tcp TCP/IP clients and servers
  32.     .ADDED - source code for additional, non-networked parts of eRTOS
  33. Utilities
  34.     .BINCLEAN.BAT erase all .OBJ, .BAK, files
  35.     .BINREBUILD.BAT rebuilds the library (not any exes)
  36.     .BINBUILDEXE.BAT rebuilds all exes