forked from security/hakurei
These new dependencies do not apply to amd64, but adding them anyway in case they are needed some day. Signed-off-by: Ophestra <cat@gensokyo.uk>
9 lines
117 B
Go
9 lines
117 B
Go
package rosa
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed kernel_amd64.config
|
|
var kernelConfig []byte
|
|
|
|
const kernelName = "bzImage"
|