home *** CD-ROM | disk | FTP | other *** search
/ C/C++ User's Journal & Wi…eveloper's Journal Tools / C-C__Users_Journal_and_Windows_Developers_Journal_Tools_1997.iso / sysembed / cfgsys.drh < prev    next >
Encoding:
Text File  |  1996-09-11  |  1.4 KB  |  29 lines

  1. [ 5. CONFIG.SYS Commands]
  2.      GENERAL SOFTWARE EMBEDDED DOS-ROM 6.22 [tm] CONFIG.SYS COMMANDS
  3. ═════════════════════════════════════════════════════════════════════════
  4. Embedded DOS-ROM 6.22 provides an enhanced CONFIG.SYS processor that
  5. supports standard MS-DOS CONFIG.SYS statements and augments the syntax
  6. with extra commands for embedded use.  For example, our CHAIN= statement
  7. allows one CONFIG.SYS file to chain to another CONFIG file even on a
  8. different drive so that CONFIG.SYS processing can continue elsewhere.
  9. The '?' option allows conditional execution of CONFIG.SYS statements.
  10. And our exclusive JUMP=xxxx:yyyy statement allows the CONFIG.SYS file
  11. to transfer control directly to code within any ROM below 1MB.
  12.  
  13. KEY POINTS:
  14.  
  15.    1.   STANDARD CONFIG.SYS COMMANDS SUPPORTED
  16.    2.   ADDITIONAL COMMANDS EASE EMBEDDING OF APPLICATIONS
  17.  
  18. CONFIG.SYS COMMANDS
  19.  
  20. The following commands are provided by Embedded DOS-ROM 6.22, in a
  21. full-featured version of the operating system:
  22.  
  23. FILES=          FCBS=                   BUFFERS=        COUNTRY=
  24. STACKS=         UMB=                    VERSION=        BREAK=
  25. VERIFY=         DEVICE=                 SHELL=          COMMENT=
  26. ECHO=           REM=                    DEVICEHIGH=     LASTDRIVE=
  27. INSTALL=        JUMP=                   INSTALLHIGH=    ? keyword=
  28. DOS=HIGH        DOS=UMB                 DOS=VGA
  29.