What is NeKernel?

The NeKernel is a collection of sources written in modern C and C++ components built by systems developers for systems companies. We aim for useful components that you can rely on for your daily work.

And you can use NeKernel in your projects. It's Apache 2.0!

SHOWCASE: NeKernel running on AMD64-SMP.

NOTE: ne_kernel is ported on ARM64 thanks to the NeKernel HAL (Hardware Abstraction Layer)

NeKernel Running on AMD64 SMP

SHOWCASE: "Hello World" in Nectar (pef-amd64-necdrv).

NOTE: The frontend is capable of emitting NASM output as well.

const main() 
{
    let code := 0;
    exit(code);
}