32-Bit IOPL Helper Driver: Difference between revisions
Appearance
Created page with "==APPLICATION CODE WITH IOPL== '''DISCLAIMER:''' This sample code is for your information only. Do not attempt to use this code on your equipment without first inspecting the so..." |
No edit summary |
||
Line 5: | Line 5: | ||
'''32-BIT IOPL HELPER DRIVER''' | '''32-BIT IOPL HELPER DRIVER''' | ||
==I/O at WARP 13- Engage!== | ==I/O at WARP 13- Engage!== | ||
* [https://web.archive.org/web/19990202011734/http://avenger.mri.psu.edu/warpio.html | * [[Breaking the Warp 9 I/O Barrier: A Faster FASTIO]] [https://web.archive.org/web/19990202011734/http://avenger.mri.psu.edu/warpio.html] [[Alger Pike]] and [[Holger Veit]]. | ||
Revision as of 17:49, 10 October 2014
APPLICATION CODE WITH IOPL
DISCLAIMER: This sample code is for your information only. Do not attempt to use this code on your equipment without first inspecting the source code and making sure it does what you want. This code is supplied as is without warranty or liability of any kind.
32-BIT IOPL HELPER DRIVER
I/O at WARP 13- Engage!
- Note this code requires the Watcom c/c++ compiler v 10 and above to compile correctly. You also need the DevHlp library availible from the OS2page one page back. Note this library has been written for use with Watcom, it takes advantage of register calling conventions. As a result other devhelp libs from other sources will not work correctly.