如何为OSX编写设备驱动程序?

时间:2011-10-10 19:51:31

标签: macos assembly drivers

所以我想制作一个hackintosh,我想为我的硬件编写一个设备驱动程序。

如何学习如何编程设备驱动程序?它需要汇编语言吗?

2 个答案:

答案 0 :(得分:1)

您可能希望编写内核扩展。

Apple介绍了in their developer library

主题

答案 1 :(得分:0)

您需要学习I / O Kit - 它是内核中的(嵌入式)C ++框架/运行时。它是什么类型的设备? PCI?

这是另一个文档链接:

https://developer.apple.com/library/mac/#documentation/DeviceDrivers/Conceptual/AccessingHardware/AH_Intro/AH_Intro.html

祝你好运......