You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the 8514 display driver example in the Windows 3.1 DDK, there is an entry point you can call to execute user-mode code (ring 3) at kernel level (ring 0).
This could be a lot of fun. Add support functions to take advantage of it.
Also see if this exists in Windows 95 and later.
The text was updated successfully, but these errors were encountered:
http://www.oldlinux.org/Linux.old/docs/interrupts/int-html/rb-4534.htm
According to the 8514 display driver example in the Windows 3.1 DDK, there is an entry point you can call to execute user-mode code (ring 3) at kernel level (ring 0).
This could be a lot of fun. Add support functions to take advantage of it.
Also see if this exists in Windows 95 and later.
The text was updated successfully, but these errors were encountered: