Hallo,

I have some legacy device which was handled  under Dos/Win30 with a
custom interrupt handler at Int7b (managing direct hardware access) 
and a windows program calling Int7b to get data from that device. As 
most other users here at our site still use Win95, I would like to
support that combo with  
Linux/Mingw32-Crosscompiler/Wine and some special treatment for the
interrupt Int7b, either accessing the hardware direct or via some
device driver I have to write. I don't like to write a Win95|8 device
driver 

As this Int7b handler is highly propriatary ( but the code is no
secret), I would like to have a modular way to announce this custom
Interrupt to wine, perhaps by providing some .so file, hopefully
without a need to recompile wine when I do changes to the interrupt
handler.

Any ideas how to do so?

Bye

Uwe Bonnes                [EMAIL PROTECTED]

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------

Reply via email to