Using MemMaker with a Drive That Requires a Device Driver (97604)



The information in this article applies to:
    Microsoft MS-DOS operating system 6.0
    Microsoft MS-DOS operating system 6.2
    Microsoft MS-DOS operating system 6.21
    Microsoft MS-DOS operating system 6.22

This article was previously published under Q97604

SUMMARY

If your boot drive (usually drive C) cannot be written to until a device driver is loaded, MemMaker cannot function properly. To work around this problem, perform the following steps:
    Use the SYS command to create an MS-DOS startup (boot) floppy disk. For example, from the MS-DOS command prompt, type SYS C: A: and press ENTER.
    Copy MEMMAKER.EXE, CHKSTATE.SYS, HIMEM.SYS, EMM386.EXE, and SIZER.EXE to the startup floppy disk in drive A.
    Copy your CONFIG.SYS and AUTOEXEC.BAT files to the floppy disk in drive A and modify them as appropriate to cause them to restart the system properly. For example, if you have a device statement such as "device=drv.sys", modify the statement to explicitly look at drive C ("device=c:\drv.sys").
    With the floppy disk in drive A, restart computer.
    From the MS-DOS command prompt on drive A, type "MEMMAKER" (without the quotation marks) and press ENTER.
    When MemMaker is finished, copy the modified CONFIG.SYS and AUTOEXEC.BAT files to drive C.
    Using MS-DOS Editor, edit the CONFIG.SYS and AUTOEXEC.BAT file to ensure the path statements for HIMEM.SYS and EMM386.EXE point to the hard drive. For example, make sure the device statement for HIMEM.SYS is DEVICE\C:\DOS\HIMEM.SYS, and not DEVICE=A:\HIMEM.SYS.

Modification Type: Major Last Reviewed: 11/19/1999
Keywords: KB97604