DOS 6.22 on VirtualBox


Recommended Posts

  jim2006193 said:
Can't see, to get DOS 6.22 to see the CD drive. Anyone get this to work?

MS-DOS did not include native support for CD-ROM drives. You needed a config system driver and the MSCDEX.EXE command to mount the disk to a drive letter.

Any ATAPI config.sys driver should do the trick these days. Well, it should work for PATA CD drives. I have no idea how SATA CD drives would work under MS-DOS. The two were never intended to meet.

To find the driver files that may work for your drive under DOS, go to www.bootdisk.com. They have loads of guides and boot disks etc. You can even extract the files you need from their boot disk if you wanted.

You will need MSCDEX.exe and i believe CD001.sys or something like that. Then edit your Autoexec.bat file and config.sys file to point to each. I believe it was MSCDEX.exe in the Autoexec.bat and CD001.sys in the Config.sys file.

  • 2 months later...

Here are the lines you need. Of course you'll need to edit them depending on the driver you are using and the path everything is located in on your system. Oakcdrom.sys should work with most drives though. The MSCD001 part is just to identify the device, you can make it any name you want but it must be the same in both files.

Autoexec.bat

C:\DOS\MSCDEX.EXE /D:MSCD001

Config.sys

DEVICE=C:\DOS\OAKCDROM.SYS /D:MSCD001

*Use DEVICEHIGH if using himem.sys to save some base memory.

  TRC said:
Here are the lines you need. Of course you'll need to edit them depending on the driver you are using and the path everything is located in on your system. Oakcdrom.sys should work with most drives though. The MSCD001 part is just to identify the device, you can make it any name you want but it must be the same in both files.

Autoexec.bat

C:\DOS\MSCDEX.EXE /D:MSCD001

Config.sys

DEVICE=C:\DOS\OAKCDROM.SYS /D:MSCD001

*Use DEVICEHIGH if using himem.sys to save some base memory.

A little late there? :p

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.