Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 349 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 349 Bytes

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.