diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-24 23:56:25 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-24 23:57:28 +0900 |
| commit | b3749aaf0b5f70bff514cf83619a8b485fb090ed (patch) | |
| tree | 4ff36ced81c011f8c11abb17a20256f06247b3ed /internal/rosa/kernel_amd64.go | |
| parent | c8bb88ccedc756d4a680c3007cdff4eebc805870 (diff) | |
internal/rosa/kernel: arm64 configuration
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>
Diffstat (limited to 'internal/rosa/kernel_amd64.go')
| -rw-r--r-- | internal/rosa/kernel_amd64.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/kernel_amd64.go b/internal/rosa/kernel_amd64.go index 5dc7ecb5..67a4ce6a 100644 --- a/internal/rosa/kernel_amd64.go +++ b/internal/rosa/kernel_amd64.go @@ -4,3 +4,5 @@ import _ "embed" //go:embed kernel_amd64.config var kernelConfig []byte + +const kernelName = "bzImage" |
