We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe110e commit 1018321Copy full SHA for 1018321
README.md
@@ -1,2 +1,10 @@
1
# Android_OS_Labs
2
Linux kernel hacking based on Android 6.0
3
+
4
+# Introduction
5
+Four labs included:
6
+- Add a color to every process and forbid communication between two processes
7
+which have different colors using Binder of Android.
8
+- Implement a task manager in kernel level.
9
+- Implement a shared memory in kernel level.
10
+- Implement a cloud file system.
0 commit comments