Files
hakurei/internal/rosa/kernel_amd64.go
Ophestra 7f1e4cf43c internal/rosa: kernel artifact
The configuration still wants some cleanup, but this works fine as a generic kernel for now.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-02-21 23:19:16 +09:00

7 lines
87 B
Go

package rosa
import _ "embed"
//go:embed kernel_amd64.config
var kernelConfig []byte