device drivers

  • Thread starter Thread starter homer cates
  • Start date Start date
H

homer cates

Hello to all,

I am trying to set up some device drives in a system.ini file.
Below is the ini file, these files work fine with windows 98 but I am
running windows XP. The device drivers are dos base. I appreciate any and
all help.



Homer



for 16-bit app support

[drivers]

wave=mmdrv.dll

timer=timer.drv

[mci]

[driver32]

[386enh]

woafont=dosapp.FON

EGA80WOA.FON=EGA80WOA.FON

EGA40WOA.FON=EGA40WOA.FON

CGA80WOA.FON=CGA80WOA.FON

CGA40WOA.FON=CGA40WOA.FON

device=c:\shunt.386

device=c:\ucc.386

device=c:\pcapt.386
 
If the device drivers are attempting to install are using protected
instructions or IO, they will either require a conversion or port to kernel
mode to function in XP.
 
Back
Top