http://bugs.winehq.org/show_bug.cgi?id=7876
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2007-24-05 10:19 ------- Anastasius, | | supporting native API for kmode drivers doesnt make much sense.
kmode drivers are used for copyprotection in some games, so IMHO Wine will support at least part of native API in near future. Or it started doing so already: [3]
| Even if you support/emulate necessary native kmode apis, the driver code would | immediately cause SIGILL/SIGSEGVs due use of privileged instructions.
Wine could use exception handling to catch at least some of them: [4], no?
[3] http://source.winehq.org/git/wine.git/?a=commit;h=12c169d2 [4] http://source.winehq.org/git/wine.git/?a=commit;h=73cc00f9