Skip to content

Using NeKernel: Deploying

Amlal El Mahrouss edited this page Mar 8, 2026 · 1 revision

Abstract:

As NeKernel is able to run on real hardware, here's a tutorial on how to reproduce this:

Steps:

  • Install NeBuild (https://src.nekernel.org/nebuild)
  • Build in debug mode (./scripts/debug_*.sh)
  • Copy the contents of /kernel/src/boot/src/root/ to the mounted USB device filesystem.
    • or you can copy the UDF image directly.
  • You should be able to see BootZ's output then NeKernel's after turning on the computer.

Notes:

  • NeKernel has its own partition map, EPM (and VEPM for x64 machines), although pure GPT is supported, we recommend VEPM over pure EPM for x64 platforms, unless it uses the NeBoot firmware.

Clone this wiki locally