Understanding the System Parameters

The installation of OS/2 Version 2.0 provides the user with a chance to tailor the OS/2 and DOS system parameters from the OS/2 Setup and Installation panel. During normal operation of OS/2 V2.0 there is little need to directly edit system files such as CONFIG.SYS. The installation of OS/2 generates a CONFIG.SYS file in the root directory of the installation drive, similar to that shown in Figure "A Typical OS/2 Version 2.0 CONFIG.SYS". Note that in this example the user has installed OS/2 V2.0 on the "D:" logical drive.

The CONFIG.SYS files for OS/2 V2.0 are similar to those in previous versions of OS/2 with a few exceptions. Here is a brief explanation of the function performed by each line in the CONFIG.SYS used as an example above. A full description of each of the statements used can be found in the Online Command Reference.

01   IFS=D:\OS2\HPFS.IFS  /CACHE:384 /CRECL:4 /AUTOCHECK:CDEFG

02   PROTSHELL=D:\OS2\PMSHELL.EXE

03   SET USER_INI=D:\OS2\OS2.INI
04   SET SYSTEM_INI=D:\OS2\OS2SYS.INI
05   SET OS2_SHELL=D:\OS2\CMD.EXE
06   SET AUTOSTART=PROGRAMS,TASKLIST,FOLDERS
07   SET RUNWORKPLACE=D:\OS2\PMSHELL.EXE
08   SET COMSPEC=D:\OS2\CMD.EXE
10   SET PATH=D:\OS2;D:\OS2\SYSTEM;D:\OS2\MDOS\WINOS2;
       D:\OS2\INSTALL;D:\;D:\OS2\MDOS;D:\OS2\APPS;
11   SET DPATH=D:\OS2;D:\OS2\SYSTEM;D:\OS2\MDOS\WINOS2;
       D:\OS2\INSTALL;D:\;D:\OS2\BITMAP;D:\OS2\MDOS;D:\OS2\APPS;
12   SET PROMPT=$i[$p]
13   SET HELP=D:\OS2\HELP;D:\OS2\HELP\TUTORIAL;
14   SET GLOSSARY=D:\OS2\HELP\GLOSS;

09   LIBPATH=.;D:\OS2\DLL;D:\OS2\MDOS;D:\;D:\OS2\APPS\DLL;

15   PRIORITY_DISK_IO=YES

16   FILES=20

17   DEVICE=D:\OS2\TESTCFG.SYS
18   DEVICE=D:\OS2\DOS.SYS
19   DEVICE=D:\OS2\PMDD.SYS

20   BUFFERS=30

21   IOPL=YES

22   DISKCACHE=64,LW

23   MAXWAIT=3

24   MEMMAN=SWAP,PROTECT

25   SWAPPATH=D:\OS2\SYSTEM 2048 4096

26   BREAK=OFF

27   THREADS=256

28   PRINTMONBUFSIZE=134,134,134

29   COUNTRY=001,D:\OS2\SYSTEM\COUNTRY.SYS

30   SET KEYS=ON

31   REM SET DELDIR=C:\DELETE,512;D:\DELETE,512;E:\DELETE,512;
       F:\DELETE,512;G:\DELETE,512;

32   BASEDEV=PRINT02.SYS
33   BASEDEV=IBM2FLPY.ADD
34   BASEDEV=IBM2SCSI.ADD /LED
35   BASEDEV=OS2SCSI.DMD
36   BASEDEV=OS2DASD.DMD

37   REM IFS=D:\OS2\CDFS.IFS /Q
38   REM DEVICE=D:\OS2\CDROM.SYS /Q /I /N:4

39   SET BOOKSHELF=D:\OS2\BOOK
40   SET EPATH=D:\OS2\APPS

41   DEVICE=D:\OS2\APPS\SASYNCDB.SYS

42   PROTECTONLY=NO

43   SHELL=D:\OS2\MDOS\COMMAND.COM D:\OS2\MDOS /P

44   FCBS=16,8
45   RMSIZE=640
46   DEVICE=D:\OS2\MDOS\VEMM.SYS
47   DEVICE=D:\OS2\MDOS\VMOUSE.SYS
48   DOS=LOW,NOUMB
49   DEVICE=D:\OS2\MDOS\VDPX.SYS
50   DEVICE=D:\OS2\MDOS\VXMS.SYS /UMB
51   DEVICE=D:\OS2\MDOS\VDPMI.SYS
52   DEVICE=D:\OS2\MDOS\VWIN.SYS
53   DEVICE=D:\OS2\MDOS\VCDROM.SYS

54   DEVINFO=SCR,VGA,D:\OS2\VIOTBL.DCP
55   SET VIDEO_DEVICES=VIO_VGA
56   SET VIO_VGA=DEVICE(BVHVGA)
57   DEVICE=D:\OS2\MDOS\VVGA.SYS
58   DEVICE=D:\OS2\MDOS\V8514A.SYS

59   DEVICE=D:\OS2\POINTDD.SYS
60   DEVICE=D:\OS2\MOUSE.SYS

61   DEVICE=D:\OS2\COM.SYS
62   DEVICE=D:\OS2\MDOS\VCOM.SYS

63   CODEPAGE=437,850
64   DEVINFO=KBD,US,D:\OS2\KEYBOARD.DCP


[Back: After Installation]
[Next: Starting Programs Automatically]