LAbyOne / directhw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to DirectHW by coresystems GmbH

DirectHW is a software compatibility layer for Mac OS X. It provides a kernel driver and framework that emulates the most commonly used hardware access functions on x86 machines, such as:

  • iopl
  • inb, inw, inl, outb, outw, outl
  • rdmsr, wrmsr
  • mmap() of physical address space

This package was originally intended to get the coreboot® utilities running on Mac OS X. But you're encouraged to use it for many more opportunities.

Visit http://www.coresystems.de/ for more information.

Building/Installing

Disable SIP if it's not already disabled. Then simply:

git clone https://github.com/CloverHackyColor/directhw.git
cd directhw
make && sudo make install

About

License:Other


Languages

Language:C++ 38.9%Language:C 29.2%Language:Rich Text Format 26.6%Language:Makefile 5.4%