Difference between revisions of "Kernel"

From The iPhone Wiki
Jump to: navigation, search
(New page: This is the Darwin kernel. Pre 2.0, it was vulnerable to the Ramdisk Hack and may still be, but iBoot doesn't allow boot-args to be passed anymore. It is mapped to memory at 0xC0000000...)
 
Line 1: Line 1:
 
This is the Darwin kernel. Pre 2.0, it was vulnerable to the [[Ramdisk Hack]] and may still be, but iBoot doesn't allow boot-args to be passed anymore. It is mapped to memory at 0xC0000000. On startup, the [[kernelcache]] is decompressed and run.
 
This is the Darwin kernel. Pre 2.0, it was vulnerable to the [[Ramdisk Hack]] and may still be, but iBoot doesn't allow boot-args to be passed anymore. It is mapped to memory at 0xC0000000. On startup, the [[kernelcache]] is decompressed and run.
  +
  +
== See Also ==
  +
* [[Kernel Syscalls]]

Revision as of 19:49, 23 August 2009

This is the Darwin kernel. Pre 2.0, it was vulnerable to the Ramdisk Hack and may still be, but iBoot doesn't allow boot-args to be passed anymore. It is mapped to memory at 0xC0000000. On startup, the kernelcache is decompressed and run.

See Also