; Sample CONFIG.SYS with HIMEM/EMM386 memory manager(s) ; This will work with Windows 3.0, AutoCAD 386 R11, and IRISVISION ; For ISA determine RAM area from DIP switch setting (SW6-8) ; For MCA determine RAM area from SETUP program values: ; observing that setup displays 32-bit byte address (6-8 digits) ; and EMM386 takes addresses in pages; for example: ; 00C80000 byte = C800 page ; IrisVision uses a 32KB block of memory or 8000 pages, so you ; need to exclude the starting address plus the next 7FFF pages (8000-1) ; Exclude IrisVision data RAM+ ; Enable EEMS memory-----+ | ; | | DEVICE = C:\HIMEM.SYS -+ +-------- DEVICE = C:\EMM386.EXE ON X=C800-CFFF REM REM Load mouse driver as device rather than TSR in AUTOEXEC.BAT REM DEVICE = c:\mouse.sys REM BREAK = ON BUFFERS = 10 FILES = 40 STACKS = 0,0 FCBS = 4,0 REM REM Ensure sufficient environment area REM SHELL = c:\command.com /e:512 /p ; Sample CONFIG.SYS with QEMM386 memory manager ; This will work with Windows 3.0, AutoCAD 386 R11, and IRISVISION ; This will work with Windows 3.0, AutoCAD 386 R11, and IRISVISION ; For ISA determine RAM area from DIP switch setting (SW6-8) ; For MCA determine RAM area from SETUP program values: ; observing that setup displays 32-bit byte address (6-8 digits) ; IrisVision uses a 32KB block of memory or 8000 pages, so you ; need to exclude the starting address plus the next 7FFF pages (8000-1) ; and EMM386 takes addresses in pages; for example: ; 00C80000 byte = C800 page ; Blocks out IRISVISION memory block--+ ; Enables EEMS memory option---+ | ; Allows EEMS memory access-+ | | ; | | | ; vvvv vvv vvvvvvvvvvvvvv DEVICE = C:\QEMM386.SYS AUTO RAM ARAM=C800-CFFF REM REM Load mouse driver as device rather than TSR in AUTOEXEC.BAT REM DEVICE = c:\mouse.sys BREAK = ON BUFFERS = 10 FILES = 40 STACKS = 0,0 FCBS = 4,0 REM REM Ensure sufficient environment area REM SHELL = c:\command.com /e:512 /p