cmd/earlyinit: load device drivers

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-27 18:54:05 +09:00
parent 598c7aa30f
commit a2cc28f53c
2 changed files with 74 additions and 0 deletions

View File

@@ -242,5 +242,6 @@ func main() {
[]byte("/system/lib/firmware"),
0,
))
go dispatchModprobe(ctx, s)
}