Skip to content

Kernel Build and Test

Tim edited this page Aug 15, 2026 · 2 revisions

Kernel build & test

Don't build this repo standalone — that's not how it's normally done. The real, tested path is NebulaOS-firmware's ./build.sh, which checks out this repo's openke branch at a pinned commit, applies the 8 qualified variants, and cross-compiles the kernel as one stage of the full pipeline. See Build From Source.

If you're iterating on kernel source, the fastest reliable way is still through that pipeline — point KERNEL_PIN in NebulaOS-firmware's manifests/dependencies.conf at your branch or commit and run the build. There's no separate standalone kernel build/test setup documented for this project right now.

See also: Integration with NebulaOS-firmware.

Clone this wiki locally