Skip to content

CloverHackyColor/directhw

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 38.9%
  • C 29.2%
  • Rich Text Format 26.6%
  • Makefile 5.3%