Android
  • kernel
  • runtime
  • dalvik.system.Zygote
    • allows a VM instance to be partially initialized and then fork()'d from the partially initialized state
    • fork
      • Forks a new Zygote instance
    • forkAndSpecialize
      • Forks a new VM instance
    • forkSystemServer
      • start the system server process
  • Libraries
  • Framework
  • Root File Systems
system-architecture.jpg
page_revision: 110, last_edited: 1258549485|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License