Mac driver development

前端 未结 4 1862
自闭症患者
自闭症患者 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 06:55

    Start here http://developer.apple.com/documentation/Darwin/Conceptual/KernelProgramming/About/About.html

    Mac development is generally done using Xcode, as it handles various Mac-specific concepts like bundles and frameworks. You will most likely be working in pure C. You will not be using Cocoa for driver development, as that is an application-oriented framework.

提交回复
热议问题