oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
DISPLAY.SYS--Example
Syntax  Note
────────────────────────────────────────────────────────────────────────────
 
                            DISPLAY.SYS──Example
 
Suppose you want DISPLAY.SYS to support an EGA display adapter with the
United States hardware character set (437) and the potential for two
additional MS-DOS character sets. To do this and to specify that DISPLAY.SYS
is in the DOS directory on drive C, add the following line to your
CONFIG.SYS file:
 
    device=c:\dos\display.sys con=(ega,437,2)
 
                                      ♦