Mount the filesystems we need so this can run as PID 1

This commit is contained in:
flamingcow
2026-07-26 10:54:19 -07:00
parent 5e2b36bdaa
commit 832a2b42d6
5 changed files with 101 additions and 16 deletions
+1
View File
@@ -17,6 +17,7 @@ const (
kdText = 0x00
kdGraphics = 0x01
consolePath = "/dev/tty0"
fbPath = "/dev/fb0"
)
// The variable screen info is a flat run of 40 u32s, so it is read as an array