forked from security/hakurei
The configuration still wants some cleanup, but this works fine as a generic kernel for now. Signed-off-by: Ophestra <cat@gensokyo.uk>
7 lines
87 B
Go
7 lines
87 B
Go
package rosa
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed kernel_amd64.config
|
|
var kernelConfig []byte
|