Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 423 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 423 Bytes

#A new implement of Android Binder IPC based on Message Queue

##Prerequisite

  • A linux environment ,virtual machine is also googd choice.
  • A good knowledge of C,CPU(Intel,Arm...),and Operating system.

##Comiple using gcc

##Schedule

  1. write a memory allocator
  2. write a new message queue
  3. implement binder protocal
  4. add reference count
  5. run on android