forked from rosa/hakurei
This had not yet passed all test suites because emulator is prohibitively slow. Signed-off-by: Ophestra <cat@gensokyo.uk>
9 lines
119 B
Go
9 lines
119 B
Go
package rosa
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed kernel_riscv64.config
|
|
var kernelConfig []byte
|
|
|
|
const kernelName = "bzImage"
|