项目作者: iteratorlee
项目描述 :
Linux kernel hacking based on Android 6.0
高级语言: C
项目地址: git://github.com/iteratorlee/Android_OS_Labs.git
Android_OS_Labs
Linux kernel hacking based on Android 6.0
Introduction
Four labs included:
- Add a color to every process and forbid communication between two processes
which have different colors using Binder of Android. - Implement a task manager in kernel level.
- Implement a shared memory in kernel level.
- Implement a cloud file system.