VOGONS


First post, by AirIntake

User metadata
Rank Member
Rank
Member

I have a generic boot disk that I use on all of my retro PCs. I just noticed that on my Pentium 166 I barely had any conventional memory when using the disk vs the 619kB I have when shutting down to MS-DOS mode in Windows 98. I tracked down the issue to DBLSPACE, it's loading 81KB into conventional memory. The problem is I'm not loading DBLSPACE in the Config.sys or Msdos.sys or anywhere else that I know of. On my PIII 500 and P4 2.4 DBLSPACE doesn't load at all and I have plenty of conventional memory.

Autoexec.bat

@ECHO OFF
PROMPT=$P$G
SET PATH=A:\WINDOWS;A:\WINDOWS\COMMAND;A:\CTMOUSE;A:\UNISOUND
SET TEMP=A:\TEMP
SET BLASTER=A220 I5 D1 H5 T4
LH A:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD001 /E
REM A:\SHSUCDX\SHSUCDX.COM /D:MSCD001
LH A:\CTMOUSE\CTMOUSE.EXE
A:\UNISOUND\UNISOUND /V85 /VW85 /VF85 /VL00 /VC85 /VM00

Config.sys

DEVICE=A:\WINDOWS\HIMEM.SYS
DEVICEHIGH=A:\WINDOWS\EMM386.EXE RAM I=B000-B7FF
DOS=HIGH,UMB
DEVICEHIGH=A:\CDROM\VIDE-CDD.SYS /D:MSCD001
REM BREAK=ON
REM FILES=30
REM BUFFERS=20,0
REM STACKS=0,0
REM LASTDRIVE=Z

Normally on Windows 98 I disable DBLSPACE in MSDOS.SYS, but the MSDOS.SYS on the boot disk only contains ";FORMAT" and nothing else.

Doing a step-by-step confirmation I see that DBLSPACE is loading before CONFIG.SYS is loaded.

Casio BE-300 Advancement Society (be300.org) alumni

Reply 1 of 1, by AirIntake

User metadata
Rank Member
Rank
Member

Solved it!

Based on: https://hwiegman.home.xs4all.nl/msdos/96130.htm I checked for a DBLSPACE.BIN and DBLSPACE.INI on the root of the C drive and deleted them. Now the boot disk acts the same on the Pentium 166 as it did on the other computers.

Only confusing thing is why the DBLSPACE files were in the root of C in the first place, the drive has never been compressed.

Casio BE-300 Advancement Society (be300.org) alumni