vote up 2 vote down star
2

I'm looking for an exhaustive, university-level book or guide to study in order to gain the ability of writing Mac OS X device drivers. I'm totally ignorant on this OS, but I'm already skilled on Linux.

Is there any Mac OS X counterpart for book "Linux Device Drivers"?

The best guide should introduce OS internals too, makes clear kernel space and userland differences and so on.

Thanks in advance

flag
I can make no guarantees, but OS X is based on BSD (and NeXTSTEP, but who uses that?), so any BSD-applicable knowledge may be useful here. I repeat, may. I wouldn't know for sure, so don't hold me to this (otherwise, I would post this as an answer instead of just a comment). – Chris Lutz Aug 25 at 8:36
OS X derives from NeXTSTEP but it is only partially based on BSD. There's a Mach microkernel. The I/O system is very different. etc etc – Ned Deily Aug 25 at 8:47
1  
090828 just today on the darwin-drivers mailing list... Michael Smith writes: (quote)Repeating an old thread; I/O Kit is not the BSD driver model. Trying to jam a *BSD style driver sideways into an I/O Kit shaped hole is a recipe for grief (ask me how I know). – kent Aug 28 at 9:45

2 Answers

vote up 5 vote down check

The Apple Developer Connection web site contains lots of documentation. There is a whole section on Hardware & Drivers here in particular a Getting Started document here. Probably the best overall introduction to OS X internals is Mac OS X Internals by Amit Singh.

link|flag
Amit Singh's book is a very good starting point. – kent Aug 28 at 9:46
vote up 4 vote down

Amit Singh's wonderful book Mac OS X Internals: A Systems Approach has an extensive section on kernel extensions, the IOKit and drivers. It's the best general resource on OS X internals that I know of, but it doesn't cover the latest system updates; it only covers up to the 10.4 release (Tiger).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.