Skip to content

Latest commit

 

History

History
46 lines (20 loc) · 912 Bytes

README.md

File metadata and controls

46 lines (20 loc) · 912 Bytes

ioio by RehabMan

This is a command line utility for OS X to tweak driver properties. The kexts must implement IOService::setProperties or IOService::setParamProperties for this feature to function.

Run it with no parameters for usage.

How to Install:

Copy the binary 'ioio' to a directory in your path, such as /usr/bin. You can also use 'make install'.

Downloads:

Downloads are available on bitbucket:

https://bitbucket.org/RehabMan/os-x-ioio/downloads/

Build Environment

My build environment is currently Xcode 5.0.2, using SDK 10.8, targeting OS X 10.6.

No other build environment is supported.

Source Code:

The source code is maintained at the following sites:

https://github.com/RehabMan/OS-X-ioio

https://bitbucket.org/RehabMan/os-x-ioio

Known issues:

  • None yet.

Change Log:

2014-01-22

  • First release on Bitbucket (there were prior ad-hoc releases)