MMPC 10/20 (250-1640/41) Customizing Memory for EMS Faxback Doc. # 3562 Sensation (250-1651) Using the following CONFIG.SYS and AUTOEXEC.BAT will give you 2 MB of EMS (expanded) memory, while still keeping the highest amount of free conventional memory. Also listed is an addition to the SYSTEM.INI file. CONFIG.SYS ---------- DEVICE=C:\DOS\HIMEM.SYS DEVICE=C:\DOS\EMM386.EXE RAM 2048 M3 HIGHSCAN I=B000-B7FF I=C800-F2FF BUFFERS=15,0 FILES=30 DOS=UMB LASTDRIVE=E FCBS=4,0 SHELL=C:\COMMAND.COM C:\ /P /E:1024 DEVICEHIGH /L:1 =C:\DOS\SETVER.EXE DEVICEHIGH /L:2 =C:\CDROM\DD251.SYS /D:MSCD001 /P:340 /I:11 /C:99 /M:10 DOS=HIGH STACKS=9,256 AUTOEXEC.BAT ------------ @ECHO OFF PROMPT $P$G PATH=C:\WINDOWS;C:\DOS;C:\TRL;C:\MSWORKS SET TEMP=C:\DOS SET TRL=C:\TRL SET BLASTER=A220 I7 D1 T4 SBP-SET /M:10,10 /VOC:10,10 /CD:10 /FM:12,12 /LINE:10,10 LH /L:2 C:\DOS\MOUSE LH /L:1 C:\CDROM\MSCDEX.EXE /D:MSCD001 /E LH /L:2 C:\DOS\SMARTDRV.EXE 512 512 WIN Note: By default, Windows will not load when using the monochrome memory region (B000-B7FF) as extended memory. A system with SVGA can use the monochrome region with an addition to the SYSTEM.INI file. Use a text editor and add the following line under the [386Enh] section: DEVICE=C:\DOS\MONOUMB.386 The file MONOUMB.386 should be in the DOS directory. With this line added, B000-B7FF can be used as extended memory, and Windows will work fine. Memory Summary (using the above instructions): Type of Memory Total = Used + Free --------------- ----------------- ----------------- ----------------- Conventional 655,360 (640K) 24,576 (24K) 630,784 (616K) Upper 138,320 (135K) 120,608 (118K) 17,712 (17K) Adapter RAM/ROM 393,216 (384K) 393,216 (384K) 0 (0K) Extended (XMS)* 3,007,408 (2937K) 1,008,560 (985K) 1,998,848 (1952K) --------------- ----------------- ----------------- ----------------- Total memory 4,194,304 (4096K) 1,546,960 (1511K) 2,647,344 (2585K) Total under 1 MB 793,680 (775K) 145,184 (142K) 648,496 (633K) Total Expanded (EMS) 2,490,368 (2432K) Free Expanded (EMS)* 2,097,152 (2048K) * EMM386 is using XMS memory to simulate EMS memory as needed. Free EMS memory may change as free XMS memory changes. Largest executable program size 630,688 (616K) Largest free upper memory block 16,368 (16K) MS-DOS is resident in the high memory area. (SM/all-08/14/95)