From c9605ed5fecfe77aa99e61dc9137b935c1122472 Mon Sep 17 00:00:00 2001 From: Jaiden Riordan Date: Tue, 6 Feb 2024 10:35:13 -0600 Subject: [PATCH] fix: anywhere chromebook --- src/content/docs/en/anywhere/chromebook.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/en/anywhere/chromebook.mdx b/src/content/docs/en/anywhere/chromebook.mdx index 0c3faa44..736765c9 100644 --- a/src/content/docs/en/anywhere/chromebook.mdx +++ b/src/content/docs/en/anywhere/chromebook.mdx @@ -31,6 +31,8 @@ Now for the big question, how do we do this without modifying the firmware? We t By default, Depthcharge will only boot code with Google's signing keys, we get around this by enabling the built-in developer mode. +To summarise, we boot a tiny Linux distribution (Submarine) and use it to launch Ultramarine's vmlinuz and initramfs using kexec. + ## Userland Changes Devices in Ultramarine Anywhere try to stick very closely to the standard Ultramarine userland, sometimes we have to deviate from this to make the experience better.