diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2023-12-27 19:55:44 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-01-09 17:46:09 +0100 |
| commit | 628319ae80491328b85958159e4511156fe20bc9 (patch) | |
| tree | e561c5b930474009afc48fae79caab9d56238f46 /37c3/Replicant_struggle/unfinished-latex-version/dot | |
| parent | 222ba3af8c9745736815cf72272f34d8b95c73f2 (diff) | |
| download | presentations-master.tar.gz presentations-master.tar.bz2 presentations-master.zip | |
For reasons explained in the presentation.txt the talk was rewritten
on paper at the last minute. Though it is still a good idea to add the
LaTeX version in case we need it again later for a reason or another.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to '37c3/Replicant_struggle/unfinished-latex-version/dot')
3 files changed, 21 insertions, 0 deletions
diff --git a/37c3/Replicant_struggle/unfinished-latex-version/dot/android.dot b/37c3/Replicant_struggle/unfinished-latex-version/dot/android.dot new file mode 100644 index 0000000..a2f2d22 --- /dev/null +++ b/37c3/Replicant_struggle/unfinished-latex-version/dot/android.dot @@ -0,0 +1,7 @@ +digraph "" { + # bgcolor="#ffffff00" # Transparent background + "AOSP" -> "Samsung Android" ; + "Google Play" -> "Samsung Android" ; + "AOSP" -> "LineageOS" -> "Replicant 6.0"; + "AOSP" -> "Replicant 11"; +} diff --git a/37c3/Replicant_struggle/unfinished-latex-version/dot/framework.dot b/37c3/Replicant_struggle/unfinished-latex-version/dot/framework.dot new file mode 100644 index 0000000..c1cab54 --- /dev/null +++ b/37c3/Replicant_struggle/unfinished-latex-version/dot/framework.dot @@ -0,0 +1,4 @@ +digraph "" { + # bgcolor="#ffffff00" # Transparent background + "Android applications" -> "Android framework" -> "HALs" -> "(modified) kernel"; +} 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"; +} |
