Enables the loading of the real-mode DrvSpace driver (DrvSpace.bin) into upper memory blocks.
As far as I can see, in every respect except name, DblSpace and DrvSpace are the same. For brevity, I will use DrvSpace to represent both DrvSpace and DblSpace. If you have DblSpace installed with your version of Win95, substitute accordingly.
Syntax
The DrvSpace.sys device driver can only be loaded using the Device/DeviceHigh statement in Config.sys.
Device=[Path]DrvSpace.sys /Move [/NoHMA] [/Low]
DeviceHigh=[Path]DrvSpace.sys /Move [/NoHMA] [/Low]
Path |
The full path. Default is the root directory of the start-up drive (usually C:/) |
/Move |
Moves DrvSpace.bin to its final location. |
/NoHMA |
Prevents DrvSpace.sys from moving DrvSpace.bin into the high memory area (HMA). |
/Low |
Prevents DrvSpace.sys from loading at the top of conventional memory.
The only occasion on which this switch would be required is if some Dos program cannot work with DrvSpace located at the top of conventional memory. |
Notes
- DblSpace and DrvSpace are essentially two names for one program. Which name is used depends on the version of Win95. Dblspace is used in the earlier versions and DrvSpace for the later ones.
- When the computer starts, Dos loads DrvSpace.bin along with various other operating system functions before processing Config.sys and Autoexec.bat. All such files have to be loaded in conventional memory because the device drivers required to manage upper memory have yet to be loaded. When upper memory management is established, some device drivers (such as Ifshlp.sys and Setver.exe) are automatically moved to upper memory. DrvSpace.bin requires the auxiliary device driver DrvSpace.sys to be loaded before DrvSpace.bin can be moved.
- When DrvSpace is used to create a compressed drive, a DrvSpace.sys line is automatically added to Config.sys.
Examples
On my system, the amount of free conventional memory rose from 507 Kb to 624 Kb by adding the following line to Config.sys:
DeviceHigh=c:\windows\command\drvspace.sys /move
File Details
File Name | Default Location | Dos Ver. | Win Ver. | Size | Date | Source |
Drvspace.sys | c:\windows\command | 7.0 | Win95 | 15 831 | 11/07/95 | precopy1.cab |
7.1 | Win95 (OSR2.x) | 2 1351 | 24/08/96 | precopy1.cab |
Win98 | 2 1351 | 11/05/98 | precopy2.cab |
Win98 SE | 2 1351 | 23/04/99 | precopy2.cab |
Drvspace.bin | c:\windows\command | 7.0 | Win95 | 71 287 | 11/07/95 | precopy1.cab |
7.1 | Win95 (OSR2.x) | 65 271 | 24/08/96 | precopy1.cab |
Win98 | 68 8702 | 11/05/98 | precopy1.cab |
Win98 SE | 68 8712 | 23/04/99 | base4.cab |
Drvspace.exe | c:\windows | 7.0 | Win95 | 336 736 | 11/07/95 | win95_08.cab |
7.1 | Win95 (OSR2.x) | 395 280 | 24/08/96 | win95_13.cab |
Win98 | 404 8803 | 11/05/98 | win98_40.cab |
Win98 SE | 404 8803 | 23/04/99 | win98_45.cab |
Superscripts denote which same size files, if any, are identical (using FC).
|