SENSATION! (250-1651) Customizing Memory for EMS Faxback Doc. # 3262 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 HIGHSCAN I=B000-B7FF I=C800-DFFF BUFFERS=20,0 FILES=30 DOS=UMB LASTDRIVE=E FCBS=1,0 DOS=HIGH DEVICEHIGH=C:\DOS\SETVER.EXE DEVICEHIGH=C:\SB16\DRV\SBCD.SYS /D:MSCD001 /P:220 STACKS=9,256 DEVICEHIGH=C:\DOS\MOUSE.SYS AUTOEXEC.BAT SET BLASTER=A220 I5 D1 H5 P330 T6 SET SOUND=C:\SB16 C:\SB16\SB16SET /M:220 /VOC:220 /CD:220 /MIDI:220 /LINE:220 /TREBLE:0 /SPK:128 C:\SB16\SB16SET /MIC:220 /AGC:on /IPGAIN:4,4 /OPGAIN:2,2 /OPSW:MIC- C:\SB16\SBCONFIG.EXE /S @echo off set err=0 LH C:\DOS\MSCDEX /D:MSCD001 /M:15 if not errorlevel1 goto continue echo. echo A problem exists with your CD-ROM installation. set err=1 pause :continue @ECHO OFF PROMPT $P$G PATH=C:\WINDOWS;C:\DOS;C:\SB16;C:\WINMATE;C:\WORLD;C:\MSWORKS;C:\BSHELF93; C:\WINDOWS\TOOLBOOK SET TEMP=C:\DOS if exist c:\windows\win.com c:\windows\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 above instructions): Type of Memory Total = Used + Free -------------- ------------------ ------------------ ------------------ Conventional 655,360 (640K) 34,608 (34K) 620,752 (606K) Upper 126,048 (123K) 90,944 (89K) 35,104 (34K) Reserved 393,216 (384K) 393,216 (384K) 0 (0K) Extended (XMS) 3,019,680 (2,949K) 1,545,120 (1,509K) 1,474,560 (1,440K) -------------- ------------------ ------------------ ------------------ Total memory 4,194,304 (4,096K) 2,063,888 (2,016K) 2,130,416 (2,080K) Total under 1 MB 781,408 (763K) 125,552 (123K) 655,856 (640K) Total Expanded (EMS) 2,490,368 (2,432K) Free Expanded (EMS) 1,720,320 (1,680K) * EMM386 is using XMX memory to simulate EMS memory as needed. Free EMS memory may change as free XMX memory changes. Largest executable program size 620,656 (606K) Largest free upper memory block 23,792 (23K) MS-DOS is resident in the high memory area. (sm/rl-9/15/94)