Peek: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Peek is an OS/2 Physical Device Driver that allows it's user to read/write from I/O ports, map physical memory into the processes address space and to reboot programmatically. | |||
Peek is an OS/2 Physical Device Driver that allows it's user to read/write from | |||
It works under OS/2 2.x or Warp. | It works under OS/2 2.x or Warp. | ||
Line 7: | Line 6: | ||
It thus violates OS/2 protection mechanism on purpose and should be used with caution. | It thus violates OS/2 protection mechanism on purpose and should be used with caution. | ||
==License== | ==License== | ||
* GNU LGPL | *GNU LGPL | ||
*Author: [[Lars Immisch]] | |||
== | ==Links== | ||
* [[ | * [peek.zip 1996-01-05] | ||
* [https://github.com/OS2World/DRV-Peek Source code at Github] | |||
[[Category:Open Source Software]] | [[Category:Open Source Software]][[Category:Device driver]] | ||
[[Category: |
Latest revision as of 05:58, 6 January 2020
Peek is an OS/2 Physical Device Driver that allows it's user to read/write from I/O ports, map physical memory into the processes address space and to reboot programmatically.
It works under OS/2 2.x or Warp.
It is intended for all of us who sometimes need to interface to a bit of (possibly self-built) hardware from OS/2, and don't want to write an OS/2 PDD for that purpose.
It thus violates OS/2 protection mechanism on purpose and should be used with caution.
License
- GNU LGPL
- Author: Lars Immisch
Links
- [peek.zip 1996-01-05]
- Source code at Github