cmd/earlyinit: load device drivers
All checks were successful
Test / Create distribution (push) Successful in 1m11s
Test / Sandbox (push) Successful in 2m56s
Test / ShareFS (push) Successful in 4m1s
Test / Sandbox (race detector) (push) Successful in 5m38s
Test / Hakurei (race detector) (push) Successful in 6m41s
Test / Hakurei (push) Successful in 2m32s
Test / Flake checks (push) Successful in 1m17s

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)
}