Android Kernel Features

From eLinux.org
Revision as of 16:25, 11 November 2009 by Tim Bird (talk | contribs)
Jump to: navigation, search

List of Kerenl features unique to Android

  • Binder - corba-like IPC
  • ashmem - Android share memory
  • PMEM - Process memory allocator
  • logger - system logging facility
    • This is the kernel support for the 'logcat' command
    • The kernel driver for the serial devices for logging are in the source code drivers/android/logging.c
    • See Android logger for more information
  • wakelock - used for power management
  • oom handling modifications
    • lowmem notifications
  • alarm

Resources