InterceptorX Posted May 21, 2009 Share Posted May 21, 2009 (edited) Can't seem to get DOS 6.22 to see the CD drive. Anyone get this to work? Edited May 21, 2009 by jim2006193 Link to comment https://www.neowin.net/forum/topic/774502-dos-622-on-virtualbox/ Share on other sites More sharing options...
+Dick Montage Subscriber² Posted May 21, 2009 Subscriber² Share Posted May 21, 2009 Do you need to load up the drivers and mscdexe? Link to comment https://www.neowin.net/forum/topic/774502-dos-622-on-virtualbox/#findComment-591018086 Share on other sites More sharing options...
Fred Derf Veteran Posted May 21, 2009 Veteran Share Posted May 21, 2009 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. Link to comment https://www.neowin.net/forum/topic/774502-dos-622-on-virtualbox/#findComment-591018098 Share on other sites More sharing options...
Panacik Posted May 21, 2009 Share Posted May 21, 2009 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. Link to comment https://www.neowin.net/forum/topic/774502-dos-622-on-virtualbox/#findComment-591020612 Share on other sites More sharing options...
Rigby Posted August 3, 2009 Share Posted August 3, 2009 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. Link to comment https://www.neowin.net/forum/topic/774502-dos-622-on-virtualbox/#findComment-591374014 Share on other sites More sharing options...
Panacik Posted August 5, 2009 Share Posted August 5, 2009 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 Link to comment https://www.neowin.net/forum/topic/774502-dos-622-on-virtualbox/#findComment-591383444 Share on other sites More sharing options...
Raa Posted August 5, 2009 Share Posted August 5, 2009 Late, but comprehensive and correct. Ahh, my DOS days. I can still remember trying to get that extra 5kb of ram to run that stubborn game... :D Link to comment https://www.neowin.net/forum/topic/774502-dos-622-on-virtualbox/#findComment-591383462 Share on other sites More sharing options...
Skyfrog Posted August 6, 2009 Share Posted August 6, 2009 Yeah, I miss stuff like that. Still remember figuring out how to override the ancient drive controller in my old Zenith 286 using PC-DOS 7's driveparm command so it could use a 3.5" floppy drive. All so I could play Jeopardy. Those were fun times. :) Link to comment https://www.neowin.net/forum/topic/774502-dos-622-on-virtualbox/#findComment-591387208 Share on other sites More sharing options...
Recommended Posts