rem rem CONFIG.SYS -- OmniBook startup file to get maximum DOS memory rem using drive C, but not using drive D. rem rem This version is designed for a DOS system with all necessary files rem on drive C as noted below (drive D isn't used). shell=c:\command.com /p /e:1024 c:\ rem Install HIMEM.SYS, the extended memory manager... device=c:\windows\himem.sys /machine:2 rem Load DOS in high memory and make upper memory available to free rem conventional memory... dos=high,umb rem Load EMM386.EXE to manage upper memory blocks. Note that segment rem D000h-DFFFh must be excluded because it's used for PCMCIA access... device=c:\windows\emm386.exe noems x=d000-dfff rem OBMGM must be installed for the system to boot... install=c:\obmgm.com rem Install country settings for United Kingdom. NOTE: This version rem of the OmniBook has hardware code page 850 instead of 437. country=044,850,c:\country.sys rem Install the DISPLAY.SYS driver if you wish to change code pages. rem device=c:\display.sys con=(ega,850,1) rem Omit OBCIC, the OmniBook PCMCIA modem card recognizer TSR, with rem generic modem recognition turned on. rem If you uncomment this line, copy OBCIC.EXE from drive D (D:\OMNIBOOK\) rem to drive C (C:\) and make sure OBCIC is installed after OBMGM... rem install=c:\obcic.exe /GEN 1 rem To install the Pacific Rim Systems parallel line floppy disk driver rem (3.5-inch 1.44-MB drive), remove the "rem" from the next device= line rem and copy PRSHP.SYS from drive D (D:\OMNIBOOK\) to drive C (C:\)... rem device=c:\prspf.sys rem Set other system variables. The files and buffer can be changed. rem If SMARTDrive is installed, BUFFERS can be set to 10--and you rem must copy SMARTDRV.EXE from drive D (D:\WINDOWS\) to drive C... files=30 buffers=30 rem OmniBook needs at least 12 stacks available... stacks=12,256 rem LASTDRIVE=Y leaves one drive letter available for Novell networks. rem If you won't use LapLink Remote Access, you can use LASTDRIVE=E. lastdrive=y