SCOUG-HELP Mailing List Archives
Return to [ 24 |
December |
2001 ]
>> Next Message >>
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.
=====================================================
Sheridan George wrote:
>
> I need to install PC DOS 7 on an old P100 computer
> but I have not been able to find the device driver
> for the Maxtor 7850 AV hard drive this computer
> has. Can someone point me in the right direction for
> the hard drive driver. I can find only text files on
> the Maxtor site for the 7850 drive.
What kind of drive is a Maxtor 7850 AV? If it's some kind of IDE drive
then I don't think you'll need a special driver.
> On the Matshita site I found 58x_dos.zip for the
> Matshita CR-581 CD-ROM drive. That zip file expands
> to 5 files that include CR_ATAPI.SYS which the
> readme says is the driver. If I read the DOS 7
> directions correctly, I need to place
> "MSCDEX CR_ATAPI.SYS" in the autoexec.bat file to load
> the CD-ROM driver. Will someone confirm that, please.
The ATAPI driver goes in CONFIG.SYS. The MSCDEX driver goes in
AUTOEXEC.BAT.
Syntax is a bit tricky. The ATAPI driver typically needs a name
specification, which you then also put on the MSCDEX line so MSCDEX can
find the ATAPI driver. The MSCDEX syntax for this name is "/D:MSCD000"
if, for example, your ATAPI driver has the name MSCD000.
The CD-ROM's drive letter is specified by MSCDEX's /L parameter (for
example, "/L:R" if you want the CD-ROM to be drive R). If you don't use
/L then the first available drive letter after your last hard drive is
used. Note that you can get into a RAM drive conflict, so if you're
using a RAM drive then you should use /L to specify a drive letter.
MSCDEX has a number of other command-line parameters. /E uses expanded
memory for the sector buffers. /V is verbose mode (so you can see what
it's doing when it loads). /M specifies the number of sector buffers.
There are others but you probably don't need them.
Load them "high" if you want more DOS memory for your programs and
TSR's.
- Peter
=====================================================
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".
=====================================================
>> Next Message >>
Return to [ 24 |
December |
2001 ]
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.
|