开发者

iOS kernel overview!

开发者 https://www.devze.com 2023-01-30 01:04 出处:网络
I need an overview of the iOS architecture (Process management, system memory management, kernel) (just开发者_如何学运维 an overview).iOS is very similar to Mac OS X at the kernel level. The major dif

I need an overview of the iOS architecture (Process management, system memory management, kernel) (just开发者_如何学运维 an overview).


iOS is very similar to Mac OS X at the kernel level. The major differences would revolve around sandboxing, application privileges, etc. If you're curious about stuff that isn't necessarily iOS-specific, the Kernel Programming Guide provides an overview for a lot of Mach and BSD concepts, like the virtual memory system, how thread scheduling works, etc.

0

精彩评论

暂无评论...
验证码 换一张
取 消