aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/kernel_riscv64.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-04-06 13:37:44 +0900
committerOphestra <cat@gensokyo.uk>2026-04-06 13:57:43 +0900
commit0243f3ffbd489462ca808529200b08f3a409c1ba (patch)
tree6cb547e7b756dae801f4aba5d5b3b0a560e4903c /internal/rosa/kernel_riscv64.go
parentcd0beeaf8ed5fb81ba20375517c7a3bf34fd27cd (diff)
internal/rosa/stage0: add riscv64 tarball
This had not yet passed all test suites because emulator is prohibitively slow. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/kernel_riscv64.go')
-rw-r--r--internal/rosa/kernel_riscv64.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/internal/rosa/kernel_riscv64.go b/internal/rosa/kernel_riscv64.go
new file mode 100644
index 00000000..9a84afca
--- /dev/null
+++ b/internal/rosa/kernel_riscv64.go
@@ -0,0 +1,8 @@
+package rosa
+
+import _ "embed"
+
+//go:embed kernel_riscv64.config
+var kernelConfig []byte
+
+const kernelName = "bzImage"