someone said:
I have a 12-year-old Black Widow 9636 EPP scanner which
connects to my Win 95 and my Win 98SE computers via a
parallel port, with everything working fine using the
supplied driver.
Now I have a Win XP machine the scanner doesn't work when
connected to the parallel port, because Black Widow went
bust before writing any drivers for parallel port XP. I
have found a driver on the Web for this scanner to connect
to an XP machine using a USB port so I wonder if I purchased
a parallel-to-USB cable and attached the scanner to a USB
port that way, if I could then use the downloaded driver. I
have a working printer connected to a USB port so I guess
that would be the port to use.
Furthermore, I have a 50 Gb unformatted partition on my XP
machine, so another alternative would be to install W98SE
there, but I would need help to do that. Do you think this
would be a viable alternative?
Any thoughts out there on the feasibility of these ideas?
someone
With regard to your idea of installing Win98, I've installed
Win98SE as a joke on one of my Core2 systems (using an 11 year
old 4GB IDE drive

). One of the tricks is, you have to "hide"
some of your system memory, or Win98 will roll over and croak.
The system I did that on, had 2GB of RAM installed. Win98 can't
handle that much RAM. Since I didn't want to pull RAM out
of the machine, every time I'd run Win98, I needed to edit
a file in the install instead.
So the trick is, you install Win98, and when it goes to reboot,
you boot some other OS instead, not Win98. Then, you edit one
of the Win98 files, and you enter a value that "clips" off the RAM.
By doing that, I limited Win98 to seeing 512MB. So it ignores
the other 1.5GB and by ignoring it, doesn't get into trouble.
That way, I boot WinXP it sees 2GB, I boot Win98SE it sees 512MB.
*******
system.ini file in Win98 (edit with Notepad or equivalent)
(
http://support.microsoft.com/kb/253912 )
[vcache]
MaxFileCache=524288 <--- If you allow physical RAM between 512MB and 1GB,
you can benefit from using this. This might not
be needed if the reported RAM is limited to 512MB
using the next two lines.
[386enh]
MaxPhysPage=40000 <--- (hexadecimal, means throw away anything above 1GB.
To limit physical RAM to 512MB, change to 20000.
Using 20000 is a nice safe value, while 40000 is dodgy.
YMMV. On some of my older systems, 40000 wasn't safe
and I had to try lower values until it worked.)
*******
I've never dual booted with Win98. When I do these experiments,
Win98 goes on its own disk. Then, there are no MBR issues. It's
also my understanding (from something I read over on the Win98
group), that there is some issue with moving Win98 around. But
that might be the case if Win98 was doing its own boot management.
If dual booting with WinXP, maybe you'd set it up so the WinXP
partition boots, and Win98 is a boot selection in the WinXP
boot menu.
If you install Win98, it'll probably trash the boot of WinXP, in
which case you'd need to use WinXP Recovery Console and do a fixmbr
or the like. Then, in WinXP, you'd add Win98 as a boot option.
Maybe someone in the Win98 group can give you a precise recipe.
If you install two OSes on the same disk, and you install the
more modern Windows OS second, it picks up the first OS automatically.
If you install an older OS next to an already installed new OS,
it messes things up, and needs repairs if the newer OS is going
to be used to manage it. If you install Win98 on a separate
disk, you can unplug the WinXP disk during the install, so
it doesn't get damaged. And doing it that way, the two disks
are independent, and booting can be managed from the BIOS
(popup boot menu if available).
Summary:
1) Use a separate disk for Win98 if possible. There will be fewer issues
that way, and the disk can be unplugged without affecting anything.
2) Generally, if putting two OSes on the same disk, install the more
modern OS second.
3) If you install the older OS second on a dual boot disk, some repair
work (not a repair install) will be required. From WinXP recovery console,
this would be things like fixmbr.
http://support.microsoft.com/kb/314058
4) Win98 has some deal about the position of the partition on the disk.
If you use a partition manager to move Win98 after it has been installed,
do a bit of Googling to see what that breaks. I don't know the details.
That's why a separate disk, makes this so easy...
HTH,
Paul