Skip to content

nextbsd-redux/nextbsd-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1b2eb00 · Jul 11, 2026

History

54 Commits
Jul 11, 2026
Jul 11, 2026
Jun 19, 2026
Jun 20, 2026
Jul 11, 2026
Jun 1, 2026
Jun 1, 2026

Repository files navigation

nextbsd-kernel

NextBSD kernel: source patches (patches/), custom config (config/NEXTBSD), and the build workflow. Builds run inside the nextbsd-kernel-toolchain container, which already carries the exact baked /usr/src.

Layout

patches/
  series      # ordered patch list (one filename per line, no comments)
  *.patch     # git format-patch diffs
config/
  NEXTBSD     # kernel config (include GENERIC; ident NEXTBSD)
.github/workflows/build.yml

Triggers

  • repository_dispatch: toolchain-updated — full rebuild on a new toolchain image (new upstream source); uses the SHA-pinned image and cascades to a module rebuild.
  • push to patches/** or config/** — kernel-only rebuild on the amd64-latest image; does not rebuild modules.
  • workflow_dispatch — manual.

The kernel is built with NO_MODULES=yes; the /usr/obj tree is uploaded as kernel-obj-amd64 for the module job to layer onto.

See patches/README.md for the patch workflow.

About

NextBSD kernel patches, custom config, and build workflow

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

No packages published

Languages