C chrislee8 macrumors regular Original poster May 26, 2006 #1 has anyone developed device driver in os X? if yes( i am sure there are, so please share knowledge) what tools, what language to start on building a device driver? thanks
has anyone developed device driver in os X? if yes( i am sure there are, so please share knowledge) what tools, what language to start on building a device driver? thanks
mkrishnan Moderator emeritus May 26, 2006 #2 Hi Chris, I'll tackle the two easy questions. In C++ (sort of), in XCode. Take a look at this, to get yourself started: http://developer.apple.com/document...SoftwareDevelopment/chapter_3_section_16.html In particular follow the link from the top page for the IOKit fundamentals. Good luck! 🙂
Hi Chris, I'll tackle the two easy questions. In C++ (sort of), in XCode. Take a look at this, to get yourself started: http://developer.apple.com/document...SoftwareDevelopment/chapter_3_section_16.html In particular follow the link from the top page for the IOKit fundamentals. Good luck! 🙂
C chrislee8 macrumors regular Original poster May 26, 2006 #3 yeah man, cool man. thanks man exactly what i needed.