home *** CD-ROM | disk | FTP | other *** search
- ALAN T. NEWMAN
- UNIVERSITY OF CENTRAL TEXAS
- KILLEEN, TX
- 02/20/90
-
- The /A option does not appear to work on 286 type systems. To load additional
- high memory you should use the +xx option along with the /I /D options to
- initialize the memory and tell DOS its location. The following command line
- is one that works well on my NEAT 286 with EGA.
-
- CTMAP +D +E /I /D
-
-
- You may have to experiment with your system, but the additional memory is well
- worth the effort.
-
- Be careful when using segments in the A, B, or C ranges as they will work with
- some EGA/VGA programs and not with others. If you have a problem with the
- system locking up or strange video then just use the D and E segments.
-
- Good Luck!