MS-DOS 5 issues
Posted: Mon Apr 25, 2011 12:44 am
Hi Guys,
So I grabbed the DOS 5 patch from Mikes website and after some playing around I managed to get a 360k disk patched and the system boots to the prompt, but there are some weird issues going on here:
1. The Keyboard won't work. When I hit any key all I get is a beep, no characters at all. The keyboard works in the ROM Basic. It does this if it is wired or wireless.
2. It won't install the second floppy. The JrConfig.dsk summery screen says only 1 disk drive, but it does change the screen mode and enables the full 640kb of RAM.
3. I get Insufficient disk space when I try to copy command.com to the C:, this one is probably easy to solve, I probably just need to make a larger RAM drive, though I can't check it because of #1 above.
My config.sys
My autoexec.bat
In PC-Dos 3.3 this exact same configuration works perfectly, so I am a bit baffled.
Any ideas?
So I grabbed the DOS 5 patch from Mikes website and after some playing around I managed to get a 360k disk patched and the system boots to the prompt, but there are some weird issues going on here:
1. The Keyboard won't work. When I hit any key all I get is a beep, no characters at all. The keyboard works in the ROM Basic. It does this if it is wired or wireless.
2. It won't install the second floppy. The JrConfig.dsk summery screen says only 1 disk drive, but it does change the screen mode and enables the full 640kb of RAM.
3. I get Insufficient disk space when I try to copy command.com to the C:, this one is probably easy to solve, I probably just need to make a larger RAM drive, though I can't check it because of #1 above.
My config.sys
Code: Select all
Device=JRConfig.DSK -d2 -s30 -t3
Code: Select all
@Echo off
prompt $p$g
copy command.com c:
set comspec=c:\command.com
comspec c:\command.com
Any ideas?