SCOUG-HELP Mailing List Archives
Return to [ 12 |
March |
2002 ]
<< Previous Message <<
=====================================================
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 <20020313060007.HWYU5873.mtiwmhc22.worldnet.att.net@MYPC>, on 03/12/02
at 10:09 PM, jack.huffman@worldnet.att.net said:
>So we can forget Ray Davison's recommendations?
>Make DANIS506.ADD the first BASEDEV
>Put COM.SYS before the network devices
Let's just say the solutions are usually elsewhere.
Also, based on Peter's analysis and some documentation I finally found,
I've updated this to:
REM --> Load order BASEDEV (SYS BID VSD TSD ADD I13 FLT DMD) IFS/DEVICE
REM --> CALL waits for completion, RUN does not ===
IFS's and DEVICE's are part of the same set and load in the order they
appear.
What this means is that unlike BASEDEV's the ordering of DEVICE's often
does matter. A typical case is DOS VDM drivers:
REM === DOS VDM Settings ===
DEVICE=F:\OS2\MDOS\VEMM.SYS 0
REM --> VXMS must follow VEMM
DEVICE=F:\OS2\MDOS\VXMS.SYS /UMB
REM --> VDPMI must follow VXMS
DEVICE=F:\OS2\MDOS\VDPMI.SYS
DEVICE=F:\OS2\MDOS\VDPX.SYS
DEVICE=F:\OS2\MDOS\VWIN.SYS
DEVICE=F:\OS2\MDOS\VW32S.SYS
These notes exist because one of the early config.sys editors reorded
these statements and allowed me to learn this.
Steven
--
---------------------------------------------------------------------
"Steven Levine" MR2/ICE 2.31a #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".
=====================================================
<< Previous Message <<
Return to [ 12 |
March |
2002 ]
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.
|