how can I Access to Fdc directly from windows. I can manage 0Fh Interupt on windows operation and access to DMA on it. I am a Visual c++ Programmer in dos and moved new in windows
: how can I Access to Fdc directly from windows. I can manage 0Fh Interupt on windows operation and access to DMA on it. I am a Visual c++ Programmer in dos and moved new in windows :
You can try loading the giveio.sys driver onto your machine. That'll open up those FDC ports for you to access the hardware with. Beyond that, you'd have to write your own driver.
Comments
:
You can try loading the giveio.sys driver onto your machine. That'll open up those FDC ports for you to access the hardware with. Beyond that, you'd have to write your own driver.
-jeff!