Comment on The ultimate check
lunar17@lemmy.world 8 hours ago
Um, can I get an answer key?
I know the ESP32-S3 can technically boot linux, however idk if it counts as “mainline” since I think the kernel does need to be modified slightly
That would not be mainline
Mainline basically means you’ve cloned the source from Linus’ repo, applied no patches to it (incl distro patches) and built that
Turns out I was wrong about modifications being needed since linux-xtensa has now been merged into mainline linux: Kernel Github Repo
AnarchoEngineer@lemmy.dbzer0.com 8 hours ago
I know the ESP32-S3 can technically boot linux, however idk if it counts as “mainline” since I think the kernel does need to be modified slightly
9point6@lemmy.world 8 hours ago
That would not be mainline
Mainline basically means you’ve cloned the source from Linus’ repo, applied no patches to it (incl distro patches) and built that
AnarchoEngineer@lemmy.dbzer0.com 7 hours ago
Turns out I was wrong about modifications being needed since linux-xtensa has now been merged into mainline linux: Kernel Github Repo