diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-21 22:53:51 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-21 23:19:16 +0900 |
| commit | 7f1e4cf43c8ad6dcf771fa43d28c0ce3c093e319 (patch) | |
| tree | 2dcb776c33bfe41eea19f356d4ef8857ef70aad1 /internal/rosa/kernel_amd64.go | |
| parent | d021621fbaebf3a565ec837ca7201c1c56b672ff (diff) | |
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>
Diffstat (limited to 'internal/rosa/kernel_amd64.go')
| -rw-r--r-- | internal/rosa/kernel_amd64.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/rosa/kernel_amd64.go b/internal/rosa/kernel_amd64.go new file mode 100644 index 00000000..5dc7ecb5 --- /dev/null +++ b/internal/rosa/kernel_amd64.go @@ -0,0 +1,6 @@ +package rosa + +import _ "embed" + +//go:embed kernel_amd64.config +var kernelConfig []byte |
