Peek: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "==Description== Peek is an OS/2 Physical Device Driver that allows it's user to read/write from IO ports, map physical memory into the processes address space and to reboot pr..."
 
No edit summary
Line 4: Line 4:
It works under OS/2 2.x or Warp.
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 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.
It thus violates OS/2 protection mechanism on purpose and should be used with caution.
Line 10: Line 10:
==Download==
==Download==
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/drivers&file=peek.zip 1996-01-05]
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/drivers&file=peek.zip 1996-01-05]
* [https://github.com/OS2World/DRV-Peek DLL Source code at Github]
* [https://github.com/OS2World/DRV-Peek Source code at Github]


==License==
==License==
* DLL - GNU LGPL (Source code available for the DLL)
* GNU LGPL


==Author==
==Author==

Revision as of 00:02, 26 August 2016

Description

Peek is an OS/2 Physical Device Driver that allows it's user to read/write from IO 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.

Download

License

  • GNU LGPL

Author