项目作者: iteratorlee

项目描述 :
Linux kernel hacking based on Android 6.0
高级语言: C
项目地址: git://github.com/iteratorlee/Android_OS_Labs.git
创建时间: 2017-03-21T10:25:19Z
项目社区:https://github.com/iteratorlee/Android_OS_Labs

开源协议:

下载


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.