SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

SCOUG-HELP Mailing List Archives

Return to [ 18 | January | 2003 ]

<< Previous Message << >> Next Message >>


Date: Sat, 18 Jan 2003 18:42:26 PST8
From: Harry Chris Motin <hmotin@attglobal.net >
Reply-To: scoug-help@scoug.com
To: scoug-help@scoug.com
Subject: SCOUG-Help: Re: Long Boot up Time

Content Type: text/plain

=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================

OK! Here's the skinny on the HPFS.IPS driver command in my CONFIG.SYS.
The command is:

IFS=C:\OS2\HPFS.IFS /CACHE:2048 /CRECL:4 /AuToChEcK:CDEFG

The problem is that the system is spending a lot of time autochecking
the D, E, F and G partitions for being dirty. My system is as follows:

1. First Drive: 73.6GB
C: 8001MB
E: 30,008MB
F: 30,004MB
G: 2016MB

Second Drive: D: 73.6GB

With the above CONFIG.SYS command, my system takes 10 minutes to boot.
If I change it to:

IFS=C:\OS2\HPFS.IFS /CACHE:2048 /CRECL:4 /AuToChEcK:CEFG

it takes about 7 minutes. If I change it to:

IFS=C:\OS2\HPFS.IFS /CACHE:2048 /CRECL:4 /AuToChEcK:C

it takes 3 minutes.

Below, please find some information from the ConfigTool on the
installable file HPFS:
_________________________________________________________________________________________

The H(igh) P(erformance) F(ile) System.
If you don't have any good reason not to install this should be the
standard file system for OS/2.

Parameters:

/CACHE:nnn (in kb) sets up a disk cache and its size. The default on
most systems is low in my opinion.

<<=Warning=>> Keep this one truth in mind about cache size: an excessive
cache takes memory available for programs and therefore could have a
negative impact on overall system performance. But today, when most
systems have 32MB+ the problem is more the restriction of the cache to
2MB.

OS/2s Command Reference and other IBM sources indicate that the maximum
cache size for HPFS is currently 2MB (2048), but IBM does not recommend
using a cache larger than 1.5MB (1536). Personally, I have 128MB of RAM
and have my HPFS cache set to the max: 2048.

If this parameter is omitted, the default is 10% of the available RAM on
systems with more than 8MBs of RAM.

/FORCE will give you access to dirty partitions. This is new to the
32-bit CHKDSK which will only run on Warp 3 and 4.

/QUIET suppresses all messages from CHKDSK.

/CRECL sets the maximum record size for caching, from 2k to 64k in
multiples of 2k with a default of 4k. This parameter may not exceed 1/4
of the total cache size set with the /cache parameter.

<<=NOTE=>> Michael Lueck says that using a different of the default 4
may cause corrupt data. So take care when changing this parameter.

/AUTOCHECK:drive tells the system to check each drive noted to see if it
was shut down properly. If not, it will run CHKDSK on only the drives
indicated.

/F:n indicates the level of CHKDSK to be used when automatically
checking the drives at startup when AUTOCHECK is activated. If no
parameter is specifed, /F:2 is the default.

<<=NOTE=>> A /F:3 parameter will be ignored unless you formatted your
hard drive with the /L parameter.

You can get better performance from your system by using your available
RAM in the most efficient and effective way. Select the case that best
describes the file system or amount of RAM you use.

CASE 1: You use only HPFS or only FAT, but not both.

HPFS only. FAT only.
System memory of at least: Set CACHE to: Set DISKCACHE to:

16 MB+ 2048 2048

CASE 2: You use both HPFS and FAT with HPFS active and FAT passive.

System memory of at least: Set CACHE to: Set DISKCACHE to:

16 MB+ 2048 512 -1024

CASE 3: You use both HPFS and FAT with HPFS passive and FAT active.

System memory of at least: Set CACHE to: Set DISKCACHE to:

16 MB+ 1024 2048

<<=NOTE=>> You can have multiple partitions, they will all be serviced
by the same cache, so you may have 2 HPFS and 3 FAT partitions for
example. For purposes of the table above, "active" and "passive" are
descriptors for the way a cache is used. If it is seldom used, it is
"passive." If a lot of disk intensive I/O occurs with the cache, it is
"active."

<<=NOTE=>> HPFS is more efficient than FAT, you should therefore attempt
to transfer all the most frequently used applications to an HPFS drive,
and also locate your SWAPPER.DAT on an HPFS drive. This will mean that
HPFS is "active", and FAT "passive"

<<=NOTE=>> Lazy write is on by default. If you want lazy write off, see
the RUN=C:\OS2\CACHE.EXE command later in this file.

<<=Tip=>> /C will only run CHKDSK if the file system is dirty (new);
/AuToChEcK (case-sensitive!!!) will make CHKDSK process locked drives
(undocumented). You can speed up checking volumes situated on separate
physical drives by using something like IFS=C:\OS2\HPFS.IFS /CACHE:2048
/CRECL:64 /AUTOCHECK:C and then running the CHKDSK's in parallel for
each physical drive: start CHKDSK D: /F /AuToChEcK start CHKDSK E: /F
/AuToChEcK and so on. Some have reported performance improvements of
250%.

<<=NOTE=>> If you place a plus sign (+) in front of any drive letter,
the drive will be checked every time the system starts, even if shut
down properly.

<<=WARNING=>> If you don't include the AUTOCHECK parameter in this
command, the system will not boot.

<<=TIP=>> If you are using only FAT partitions, then you should REM this
IFS statement and save yourself some RAM. How much? I've seen figures
from 130k to 500k, but the HPFS.IFS file is 136k in size.

<<=TIP=>> If you have drive partitions larger than 80MB, then HPFS
should give you better performance than FAT. On partitions of less than
80MB, most authorities indicate that there is only a small performance
difference between HPFS and FAT. Consider the following when comparing
the relative merits of the HPFS versus FAT: On large partitions of
identical size, the HPFS will generally give you about 15% more space
and improve performance by about 28%.

<<=TIP=>> Use HPFS386.IFS if you have an license. It brings an
significant performance boost into your system.

<<=TIP=>> For analysing HPFS formatted drives there is the FREE Tool
DFsee by Jan van Wijk, available at http://www.fsys.demon.nl. DFSee can
also undelete files, fdisk and much more.

<<=TIP=>> For undeleting files on HPFS Drives use the great IBM EWS Tool
File Phoenix (Rel. 1.35) by Joe DiAdamo. It is reported that it fails on
partitions greater than 2Gb or with HPFS 2.3 (not verified).

___________________________________________________________________________________________

I haven't been able to set up a separate and parallel CHKDSK on my
second drive, partition D:, as indicated in the ConfigTool literature

HCM

________________________________________________________________________________________

Harry Chris Motin wrote:
>
> Steven,
>
> OK! Thanks. Attached please find a copy of my CONFIG.SYS file. I am
> basing the my assumption on the loading of HPFS.IFS on the fact that
> everything else scrolls pretty fast, except that (with ALT-F2). There
> are 3 or 4 drivers that load before HPFS.IFS. The longest one takes
> about 10 seconds. Then comes HPFS.IFS. My computer just sits there for
> the next 8 minutes.
>
> I just took a look at my CONFIG.SYS and I had a thought. I notice that I
> have autochecking for my HD partition. I know that it isn't actually
> going through CHKDSK (unless it needs to). Nevertheless, when CHKDSK has
> to be run, it takes a long time. Could the autocheck be the timing
> culprit?
> HCM
> ____________________________________________________________________________________
>
> Steven Levine wrote:
> >
> > =====================================================
> > If you are responding to someone asking for help who
> > may not be a member of this list, be sure to use the
> > REPLY TO ALL feature of your email program.
> > =====================================================
> >
> > In <3E29D423.B39BC394@attglobal.net>, on 01/18/03
> > at 02:24 PM, Harry Chris Motin said:
> >
> > >My computer takes approximately 10 minutes to boot up (hot or cold,
> > >everytime). Have I a Pentium 800 MHz CPU. It spends 8 minutes just on
> > >"C:\OS2\HPFS.IFS" alone (I presume loading the file system).
> >
> > Let's move this to SCOUG-Help so others can see the results.
> >
> > What are you basing this on? The screen output generated by Alt-F2?
> >
> > The delay could be in hpfs.ifs or if could be a later .ifs or device
> > that's not displaying a loading message. If's its truely hpfs.ifs that's
> > slow, there are several possibilities, but I'd like to look at a copy of
> > your config.sys before making too many suggestion.
> >
> > Steven
> >
> > --
> > ---------------------------------------------------------------------
> > "Steven Levine" MR2/ICE 2.35 #10183 Warp4/FP15/14.085_W4
> > www.scoug.com irc.webbnet.org #scoug (Wed 7pm PST)
> > ---------------------------------------------------------------------
> >
> > =====================================================
> >
> > To unsubscribe from this list, send an email message
> > to "steward@scoug.com". In the body of the message,
> > put the command "unsubscribe scoug-help".
> >
> > For problems, contact the list owner at
> > "rollin@scoug.com".
> >
> > =====================================================
>
> ------------------------------------------------------------------------
> REM ***PROTSHELL=C:\CADCMDR\CADCMDR.EXE
> PROTSHELL=C:\MAINTENANCE\SystemRecovery\CADCMDR\CADCMDR.EXE
> IFS=C:\OS2\HPFS.IFS /CACHE:2048 /CRECL:4 /AuToChEcK:CDEFG
> REM PROTSHELL=C:\OS2\PMSHELL.EXE
> SET USER_INI=C:\OS2\OS2.INI
> SET SYSTEM_INI=C:\OS2\OS2SYS.INI
> SET OS2_SHELL=C:\OS2\CMD.EXE
> SET AUTOSTART=TASKLIST,FOLDERS,CONNECTIONS
> SET RUNWORKPLACE=C:\OS2\PMSHELL.EXE
> SET PM_ASYNC_FOCUS_CHANGE=ON
> SET KILLFEATUREENABLED=ON
> SET SCUSEPRETTYCLOCK=ON
> SET COMSPEC=C:\OS2\CMD.EXE
> LIBPATH=C:\NETSCAPE\VERSION461\PROGRAM;C:\CDWFS;.;C:\MESA2\DLL;C:\VT\SPCH_BIN;C:\OPENDOC\BIN;C:\REXX\VISPROREXX;C:\BONUSPAK\RS231B;C:\JAVA11\DLL;C:\OS2\DLL;C:\MPTN\DLL;C:\IBMCOM\DLL;C:\IBMI18N\DLL;C:\OS2\MDOS;C:\;C:\OS2\APPS\DLL;C:\IBMINST;C:\TCPIP\DLL;C:\MAINTENANCE\UNIMAINT;C:\INCHARGE;C:\REXX\REXXLIB;C:\JAVA11\ICATJAVA\DLL;C:\JAVA11\ICATJAVA\DAEMON;C:\REXX\FUTUREWAVEEDITOR\FWE_VERSION_225;C:\BLUECAD\DLL;C:\EMX\DLL;C:\TIPIP\PCOMOS2;C:\BONUSPAK\IBMWORKS;C:\MAINTENANCE\FILESTAR;C:\HYPERACCESSPRO;C:\MMOS2\DLL;C:\TEXMF\EMTEX\DLL;C:\Octave\dll;C:\REXX\FileREXX;C:\WATCOM\BINP\DLL;C:\HLP_AND_INF_UTILITIES\VYPERHELP;C:\MAINTENANCE\BACKAGAIN2000SERVER;C:\GRAPHICS\BITWARE;c:\maintenance\norman\nvc\bin
> SET PATH=C:\MPTN\BIN;C:\IBMCOM;C:\NETSCAPE\VERSION461\PROGRAM;C:\VT\SPCH_BIN;C:\OPENDOC\BIN;C:\REXX\VISPROREXX;C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS\WINOS2;C:\OS2\INSTALL;C:\;C:\OS2\MDOS;C:\OS2\APPS;C:\TCPIP\BIN;C:\TCPIP\PCOMOS2;C:\MAINTENANCE\GTU30;C:\INCHARGE;C:\JAVA11\ICATJAVA\BIN;C:\REXX\FUTUREWAVEEDITOR\FWE_VERSION_225;C:\COMPRESS\PK\PKWARE;C:\JAVA11\BIN;C:\MAINTENANCE\UNIMAINT;C:\EMX\BIN;C:\MAINTENANCE\FILESTAR;C:\HLP_AND_INF_UTILITIES\NEWVIEW;C:\MMOS2;C:\TEXMF\EMTEX\BIN;C:\Octave;C:\WATCOM\BINP;C:\WATCOM\BINW;C:\CVS\BIN;C:\HLP_AND_INF_UTILITIES\VYPERHELP;C:\MAINTENANCE\BACKAGAIN2000SERVER;C:\CDWFS;C:\MAINTENANCE\SystemRecovery\CADCMDR;c:\maintenance\norman\nvc\bin
> SET DPATH=C:\MPTN;C:\IBMCOM;C:\VT\SPCH_BIN;C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS\WINOS2;C:\OS2\INSTALL;C:\;C:\OS2\BITMAP;C:\OS2\MDOS;C:\OS2\APPS;C:\IBMINST;C:\TCPIP\PCOMOS2;C:\JAVA11\ICATJAVA\HELP;C:\BONUSPAK\IBMWORKS;C:\MMOS2;C:\MMOS2\INSTALL;
> SET HELP=C:\MPTN;.;C:\VT\SPCH_RO\HELP;C:\OPENDOC\BIN;C:\BONUSPAK\ASKPSP\BOOKS;C:\OS2\HELP;C:\OS2\HELP\TUTORIAL;C:\TCPIP\HELP;C:\REXX\VISPROREXX;C:\INCHARGE;C:\JAVA11\ICATJAVA\HELP;C:\MAINTENANCE\UNIMAINT;C:\BLUECAD\PRGM;C:\BONUSPAK\IBMWORKS;C:\ASSOCIATION EDITOR;C:\HYPERACCESSPRO;C:\MMOS2\HELP;C:\TEXMF\EMTEX\HELP;C:\Digitizer;C:\WATCOM\BINP\HELP;C:\CDWFS;c:\maintenance\norman\nvc\bin
> SET GLOSSARY=C:\OS2\HELP\GLOSS;
> SET PROMPT=$I[$P]
> SET IPF_KEYS=SBCS
> SET SCFINDUTILITY=C:\OS2\APPS\PMSEEK.EXE
> SET TZ=PST8PDT,4,1,0,7200,10,-1,0,7200,3600
> PRIORITY_DISK_IO=YES
> FILES=255
> BASEDEV=IBMKBD.SYS
> DEVICE=C:\IBMCOM\PROTOCOL\LANPDD.OS2
> DEVICE=C:\IBMCOM\PROTOCOL\LANVDD.OS2
> DEVICE=C:\IBMCOM\LANMSGDD.OS2 /I:C:\IBMCOM /S
> DEVICE=C:\IBMCOM\PROTMAN.OS2 /I:C:\IBMCOM
> DEVICE=C:\IBMCOM\PROTOCOL\LANDD.OS2
> DEVICE=C:\IBMCOM\PROTOCOL\LANDLLDD.OS2
> DEVICE=C:\OS2\BOOT\TESTCFG.SYS
> DEVICE=C:\OS2\BOOT\DOS.SYS
> DEVICE=C:\OS2\BOOT\PMDD.SYS
> BUFFERS=90
> IOPL=NO
> MAXWAIT=1
> MEMMAN=SWAP,PROTECT
> SWAPPATH=D:\SWAPPER 20480 20480
> BREAK=OFF
> THREADS=4095
> PRINTMONBUFSIZE=2048,134,134
> COUNTRY=001,C:\OS2\SYSTEM\COUNTRY.SYS
> SET KEYS=ON
> SET DIRCMD=ON/P O:GN
> SET BOOKSHELF=C:\BONUSPAK\ASKPSP\BOOKS;C:\OS2\BOOK;C:\TCPIP\HELP;C:\REXX\FUTUREWAVEEDITOR\FWE_VERSION_225;C:\MMOS2;C:\WATCOM\BINP\HELP;C:\MAINTENANCE\SystemRecovery\CADCMDR;
> SET SOMIR=C:\OS2\ETC\SOM.IR;C:\OPENDOC\BIN\OPENDOC.IR;C:\OS2\ETC\WPSH.IR;C:\OS2\ETC\WPDSERV.IR;C:\OS2\ETC\REXX.IR
> SET SOMDDIR=C:\OS2\ETC\DSOM
> SET SOMDDEBUG=10
> SET SOMDMESSAGELOG=SOMD.LOG
> SET ULSPATH=C:\LANGUAGE
> SET LOCPATH=C:\IBMI18N\LOCALE;C:\LANGUAGE\LOCALE
> BASEDEV=TIMER0.SYS
> BASEDEV=PRINT01.SYS
> BASEDEV=IBM1FLPY.ADD
>
> REM ***DANIELA'S IDE DRIVERS IN PLACE OF THE VIA MOTHERBOARD CHIPSET IDE AND IBM DRIVERS***
> BASEDEV=DANIS506.ADD /A:0 /80WIRE
> BASEDEV=CDSEIDE.FLT
> REM ***DANIELA'S IDE DRIVERS IN PLACE OF THE VIA MOTHERBOARD CHIPSET IDE AND IBM DRIVERS***
>
> BASEDEV=OS2DASD.DMD
> SET EPMPATH=C:\OS2\APPS;C:\OPENDOC\BIN;C:\LATEX\EMTEXTDS\EPM_and_EPM_FRONT_END;
> PROTECTONLY=NO
> SHELL=C:\OS2\MDOS\COMMAND.COM C:\OS2\MDOS
> FCBS=16,8
> RMSIZE=640
> DEVICE=C:\OS2\MDOS\VEMM.SYS
> DOS=LOW,NOUMB
> DEVICE=C:\OS2\MDOS\VXMS.SYS /UMB
> DEVICE=C:\OS2\MDOS\VDPMI.SYS
> DEVICE=C:\OS2\MDOS\VDPX.SYS
> DEVICE=C:\OS2\MDOS\VWIN.SYS
> DEVICE=C:\OS2\MDOS\VW32S.SYS
> DEVICE=C:\OS2\BOOT\APM.SYS
> DEVICE=C:\OS2\MDOS\VAPM.SYS
> DEVICE=C:\OS2\BOOT\OS2CDROM.DMD /Q
> IFS=C:\OS2\BOOT\CDFS.IFS /W /Q
> DEVICE=C:\OS2\MDOS\VCDROM.SYS
> DEVICE=C:\OS2\MDOS\VMOUSE.SYS
> DEVICE=C:\OS2\BOOT\POINTDD.SYS
> REM DEVICE=C:\OS2\BOOT\MOUSE.SYS
> DEVICE=C:\OS2\EXMOUSE2.SYS
> SET LANG=EN_US
> CODEPAGE=437,850
> DEVINFO=KBD,US,C:\OS2\KEYBOARD.DCP
> DEVICE=C:\OS2\BOOT\COM.SYS (2,E000,11)
> DEVICE=C:\OS2\MDOS\VCOM.SYS
> SET SOMDPORT=4096
> SET SOMSOCKETS=TCPIPSOCKETS
> SET AVLSVRNAME=AS
> SET SOMDTIMEOUT=300
> SET HOSTNAME=localhost
> SET DMIPATH=C:\DMISL\BIN
> SET IBMWORKS_INI=C:\BONUSPAK\IBMWORKS
> DEVICE=C:\BONUSPAK\RS231B\ECRDRV.SYS
> DEVICE=C:\BONUSPAK\RS231B\RSMVDWO.SYS
> CALL=C:\BONUSPAK\RS231B\PPS731B.EXE
> SET CLASSPATH=C:\JAVAOS2\LIB\JEMPCL10.ZIP;.\.
> SET INCLUDE=C:\JAVAOS2\INCLUDE;C:\JAVAOS2\INCLUDE\OS2;C:\WATCOM\H;C:\DDK\BASE\ibmh;
> SET LIB=C:\JAVAOS2\LIB;C:\DDK\BASE\lib\;C:\WATCOM\LIB386\OS2;C:\WATCOM\LIB386;
> REM *** IBM VOICETYPE ***
> SET SPCH_RUN=C:\VT\SPCH_RUN
> SET SPCH_RO=C:\VT\SPCH_RO
> SET SPCH_RW=C:\VT\SPCH_RW
> SET SPCH_BIN=C:\VT\SPCH_BIN
> SET SPCH_PATH=C:\VT\SPCH_RO\LANGS\%L\POOLS
> SET SPCH_TRN=C:\VT\SPCH_BSF
>
> SET NLSPATH=C:\MPTN\MSG\NLS\%N;C:\TCPIP\MSG\ENUS850\%N;
> SET ETC=C:\MPTN\ETC
> run=c:\maintenance\norman\nvc\bin\zanda.exe /load
> SET I18NDIR=C:\IBMI18N
> SET TMP=C:\TCPIP\TMP
>
> REM ** THE FOLLOWING ADDED BY THE VISPROREXX INSTALLATION ***
> SET VISPRORX=C:\REXX\VISPROREXX
> REM ***THE FOLLOWING ADDED BY THE VISPROREXX INSTALLATION ***
>
> REM ***DEVICE DRIVER FOR THE SYSTEM INFORMATION TOOL***
> DEVICE="C:\MAINTENANCE\THESEUS\THESEUS5.SYS"
> REM ***DEVICE DRIVER FOR THE SYSTEM INFORMATION TOOL***
>
> BASEDEV=OS2SCSI.DMD
> BASEDEV=AICU160.ADD
>
> REM ***DEVICE DRIVERS FOR OS/2 MULTIMEDIA INSTALLATION***
> SET MMBASE=C:\MMOS2;
> SET DSPPATH=C:\MMOS2\DSP;
> SET NCDEBUG=4000
> RUN=C:\MMOS2\MIDIDMON.EXE
> DEVICE=C:\MMOS2\SSMDD.SYS
> DEVICE=C:\MMOS2\R0STUB.SYS
> DEVICE=C:\MMOS2\MIDI.SYS
> DEVICE=C:\MMOS2\VCSHDD.SYS
> RUN=C:\MMOS2\QRYMMCD.EXE
> REM ***DEVICE DRIVERS FOR OS/2 MULTIMEDIA INSTALLATION***
>
> REM ***FIRST PORTION OF THE CRYSTAL SEMICONDUCTOR AUDIO DRIVERS***
> BASEDEV=CWCMMPM.SYS /N:CWCAUD1$
> DEVICE=C:\MMOS2\OPL3.SYS /N:OPL31$
> REM ***FIRST PORTION OF THE CRYSTAL SEMICONDUCTOR AUDIO DRIVERS***
>
> REM ***ENVIRONMENTAL VARIABLES FOR GHOSTVIEW, GHOSTSCRIPT AND EMTEXTDS
> SET TEMP=C:\GhstView\TEMP\
> REM ***ENVIRONMENTAL VARIABLES FOR GHOSTVIEW, GHOSTSCRIPT AND EMTEXTDS
>
> REM ***ENVIRONMENTAL VARIABLES FOR EMTEXTDS
> SET EMTEXDIR=C:\TEXMF\EMTEX
> SET TEXMACROS=C:\TEXMF\TEX
> SET TEXTFM=C:\TEXMF\FONTS\TFM!!;.
> SET BFONTS=C:\TEXMF\FONTS\PK
> SET TYPE1FONTS=C:\TEXMF\FONTS\TYPE1
> SET TEXCONFIG=C:\TEXMF\DVIPS!!
> SET VFONTS=C:\TEXMF\FONTS\VF!!
> SET EMTEXSWCHAR=-
> SET MFOPT=-MP50000
> SET MFJOBOPT=-3 -I
> SET MFINPUT=C:\TEXMF\FONTS\SOURCE!!;C:\TEXMF\METAFONT!
> SET INDEXSTYLE=C:\TEXMF\MAKEINDEX
> SET BSTINPUT=C:\TEXMF\BIBTEX\BST
> SET BIBINPUT=C:\TEXMF\BIBTEX\BIB
>
> REM ***LAST PORTION OF THE CRYSTAL SEMICONDUCTOR AUDIO DRIVERS***
> BASEDEV=CWGMSG.SYS
> BASEDEV=CWCSPUD.SYS
> DEVICE=C:\MMOS2\CWGUTIL.SYS
> DEVICE=C:\MMOS2\CWWINPDD.SYS
> DEVICE=C:\MMOS2\CWWINVDD.SYS
> DEVICE=C:\MMOS2\CWVOPL3.SYS
> RUN=C:\MMOS2\CWCUTIL.EXE
> RUN=C:\MMOS2\CWDAEMON.EXE
> REM ***LAST PORTION OF THE CRYSTAL SEMICONDUCTOR AUDIO DRIVERS***
>
> REM ***SCITECH DISPLAY DOCTOR VIDEO ADAPTER DRIVERS***
> SET DISPLAYTYPE=VGA
> SET VCFG_NO_DDC=TRUE
> DEVINFO=SCR,VGA,C:\OS2\BOOT\VIOTBL.DCP
> SET VIDEO_DEVICES=VIO_SVGA
> SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)
> DEVICE=C:\OS2\MDOS\VSVGA.SYS
> SET GRADD_CHAINS=C1
> DEVICE=C:\OS2\GRADD.SYS
> DEVICE=C:\OS2\MDOS\VMANWIN.SYS
> SET GREEXT=SDDGREXT
> SET C1=SDDGRADD
> DEVICE=C:\OS2\SDDHELP.SYS
> REM ***SCITECH DISPLAY DOCTOR VIDEO ADAPTER DRIVERS***
>
> REM ***STATEMENT TO ALLOW DRIVERS ACCESS TO MEMORY ABOVE 16MB EARLY IN THE BOOTUP***
> EARLYMEMINIT=TRUE
> REM ***STATEMENT TO ALLOW DRIVERS ACCESS TO MEMORY ABOVE 16MB EARLY IN THE BOOTUP***
>
> REM ***Statements to run Octave***
> SET OCTAVE_HOME=C:/Octave
> SET TERMCAP=C:/Octave/etc/termcap.dat
> SET TERM=ansi
> SET HOME=C:/.
> SET INFOPATH=.;C:/Octave/doc
> REM ***Statements to run Octave***
>
> REM ***Statements to run WATCOM C/C++ and WATCOM FORTRAN 77 ***
> SET WATCOM=C:\WATCOM
> SET EDPATH=C:\WATCOM\EDDAT
> RUN=C:\WATCOM\BINP\BATSERV.EXE
> RUN=C:\WATCOM\BINP\NMPBIND.EXE
> REM ***Statements to run WATCOM C/C++ and WATCOM FORTRAN 77 ***
>
> REM ***Statements to run CVS and set various CVS options ***
> SET CVSEDITOR=C:\REXX\FUTUREWAVEEDITOR\FWE_VERSION_225\FWE.EXE
> SET CVS_PASSFILE=C:\CVS\PassFile.TXT
> REM ***Statements to run CVS and set various CVS options ***
>
> SET TABPATH=C:\HLP_AND_INF_UTILITIES\VYPERHELP
>
> REM *** Back Again/2000 Tape Support
> REM ***BASEDEV=CDSTAP2.DMD
>
> REM *** RSJ CD-Writer File System ***
> BASEDEV=DANIATAPI.FLT
> DEVICE=C:\CDWFS\ASPIROUT.SYS
> BASEDEV=OS2ASPI.DMD /ALL
> REM BASEDEV=RSJIDECD.FLT
> REM BASEDEV=LOCKCDR.FLT -n -i:"YAMAHA CRW3200"
> DEVICE=C:\CDWFS\RSJSCSI.SYS
> IFS=C:\CDWFS\CDWFS.IFS
> RUN=C:\CDWFS\CDWFSD.EXE -p "C:/TMP" -c20000 -b2048 -t2 -i3 -s0
> REM *** RSJ CD-Writer File System ***
>
> REM ***Begin device drivers for C-A-D Commander, version 2.5.2
> CALL=C:\OS2\CMD.EXE /C C:\MAINTENANCE\SystemRecovery\CADCMDR\CADUPDT.CMD C: C:
> DEVICE=C:\MAINTENANCE\SystemRecovery\CADCMDR\VCADCMDR.SYS
> REM ***End device drivers for C-A-D Commander, version 2.5.2
>
> REM ***Begin drivers for the network card***
> CALL=C:\IBMCOM\PROTOCOL\NETBIND.EXE
> RUN=C:\IBMCOM\LANMSGEX.EXE
> DEVICE=C:\IBMCOM\MACS\FASTNIC.OS2
> DEVICE=C:\MPTN\PROTOCOL\SOCKETS.SYS
> DEVICE=C:\MPTN\PROTOCOL\AFOS2.SYS
> DEVICE=C:\MPTN\PROTOCOL\AFINET.SYS
> DEVICE=C:\MPTN\PROTOCOL\IFNDIS.SYS
> RUN=C:\MPTN\BIN\CNTRL.EXE
> CALL=C:\OS2\CMD.EXE /Q /C C:\MPTN\BIN\MPTSTART.CMD >NUL
> RUN=C:\IBMCOM\PROTOCOL\NBTCP.EXE
> DEVICE=C:\IBMCOM\PROTOCOL\TCPBEUI.OS2
> DEVICE=C:\IBMCOM\PROTOCOL\NETBIOS.OS2
> RUN=C:\IBMCOM\PROTOCOL\LANDLL.EXE
> REM ***End drivers for the network card***

=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".

For problems, contact the list owner at
"rollin@scoug.com".

=====================================================


<< Previous Message << >> Next Message >>

Return to [ 18 | January | 2003 ]



The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA

Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.