summaryrefslogtreecommitdiffstats
path: root/37c3/Replicant_struggle/unfinished-latex-version/dot/linux.dot
diff options
context:
space:
mode:
Diffstat (limited to '37c3/Replicant_struggle/unfinished-latex-version/dot/linux.dot')
-rw-r--r--37c3/Replicant_struggle/unfinished-latex-version/dot/linux.dot10
1 files changed, 10 insertions, 0 deletions
diff --git a/37c3/Replicant_struggle/unfinished-latex-version/dot/linux.dot b/37c3/Replicant_struggle/unfinished-latex-version/dot/linux.dot
new file mode 100644
index 0000000..8907ac7
--- /dev/null
+++ b/37c3/Replicant_struggle/unfinished-latex-version/dot/linux.dot
@@ -0,0 +1,10 @@
+digraph "" {
+ # bgcolor="#ffffff00" # Transparent background
+ "OLD_DEVICE_KERNEL" [label="Device kernel"];
+ "NEW_DEVICE_KERNEL" [label="Device kernel"];
+ "Linux" -> "vendor_kernel_replicant" ;
+ "Linux" -> "Android kernel" -> "System On A Chip Android kernel" -> "OLD_DEVICE_KERNEL";
+ "Linux" -> "GKI";
+ "GKI" -> "NEW_DEVICE_KERNEL";
+ "External modules" -> "NEW_DEVICE_KERNEL";
+}