I ported my Ultimate Config files to DR-DOS they are fully compatibile with my Drivers and Tools package, which you download in my X58 thread
X58/i865/V880 - Yamaha7x4/AurealV1/2 pure Dos7.1- compatibility list/research/ultim. drivers configs, WIP- gurus needed // search for euro string second one in first post
Here is DR-DOS 7.xx it should work with all versions port:
The attachment DRDOSconfigs20181016.zip is no longer available
Few notes to DR-DOS configs fom migration it could help someone else with same process:
- as with MS-DOS 6.22 and earlied BuffersHIgh, FilesHigh are not support, only BUFFERS and FILES are working
- include block is not working with DR-DOS, you have to use GOSUB command and it has to be ended with return command, same as labels
- MS-DOS Himem.sys + EMM386, JEMM, JEMMEX, QEMM and HimemX all are working with DR-DOS
- DR-DOS has not have Mode.com for faster keyboard hack so if want to use it you need to copy it from MS-DOS 6.22 / 7.1 to c:\Drivers as other MS licences files list in Drivers packaged - addfiles.txt
- i had problem with crash if Stacks line was enabled
- i had to few changes for Vmware - i had to disable Vesa font fix, otherwise EMS NOEMS mode crached, it could be Vmware bug
- the most wild was branching, menuitems are unsupported, so you have to use inbuild switch instead, maybe is there better solution and i only dont find it..
- of course i had to remove MS-DOS command.com and line and MS-DOS IFSHLP (its needed for MS-DOS file sharing, DR-DOS has own solution for it) line has to be disabled
to enable autoexec branching, you need definite config variable in config..
- because switch implemetation sucks and its limited also to 9 items max and timeout countdown is not visible.. and i want to replace item you have edit 2 lines.. i made workaround, i wanted to made all my branches still available and minimalize need for user editing.
So i made this abomination:
The attachment DRDOSbootMenu.png is no longer available
Logic is that at top of config files are 4 switch lines marked A/B/C/D.. you can uncomment one and comment (REM) rest to select which one you want to use for next boot. Options are marked by like 2.B / 1.D / 3.C etc.. it means that number key for specific options is related to currently valid switch line.. of course you can easily reorder options, delete options what you dont need and minimalizace number of switched or keep only 1 with 9 branches.
Otherwise first branch is DR-DOS one with enabled multitasking (i too make it usable edit taskmgr ini file in DRDOS folder and increase memory heaps, default ones are very small and get lots of crashed), any other ~20 branches are same as MS-DOS are the same. Sense is simple use 1st one for multitasking experience and other ones if you need to increase compatibility if can fix few problematic games / programs, but compatibility is already quite good, it tried to compare performance in games but with DR-DOS native its same or better, so no big deal, of course QEMM could help with squeezing more memory etc.
I was interesed about sound cards, for now i can see, that SB Live! with VIA 880 Ultra, working exactly same as with MS-DOS, there FX and FM are working, but there is cracking. Aureal V1 worked for FM i had to time test it more, but its seems that classic DOS drivers are working with DR-DOS quite well and my config using quite few of them and all seems to work at least for basic testing.
Im old goal oriented goatman, i care about facts and freedom, not about egos+prejudices. Hoarding=sickness. If you want respect, gain it by your behavior. I hate stupid SW limits, SW=virtual world, everything should be possible if you have enough raw HW.