Mac driver development

前端 未结 4 1864
自闭症患者
自闭症患者 2021-01-31 06:23

I am thinking about migrating a Windows driver into OS X. Now I am just starting to look around to see what is available and there is a lot about objective C and cocoa. Seems th

4条回答
  •  伪装坚强ぢ
    2021-01-31 07:03

    The Apple Hardware & Drivers page has lots of information about Mac driver development. It should be enough to get you started. Some of the highlights:

    • Getting Started - A guided learning path for hardware and driver developers new to Mac OS X.

    • Frameworks - API references organized by framework.

    • USB Sample Code - Resources for developing USB devices and software to access them.

    • FireWire Sample Code - Resources for developing FireWire devices and software to access them.

提交回复
热议问题