Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 767 Bytes

File metadata and controls

22 lines (17 loc) · 767 Bytes

Ilobilix Kernel

Monolithic hobby kernel written in modern C++26 with modules. It aims for Linux ABI compatibility in userspace. This is a second rewrite started in 2024. Looking for contributors.

It has been tested with Gentoo (OpenRC), Void Linux and Alpine.

See ilobilix/ilobilix for more information and instructions on building and running the OS.

License: EUPL v1.2

Some Features

  • C++ modules everywhere
  • x86_64 and aarch64
  • Loadable kernel modules
  • Initgraph (from managarm)
  • Buddy PMM, UVM inspired VMM, ASIDs
  • ACPI via uACPI
  • SMP, CFS-style scheduler
  • Linux compatible syscalls, input subsystem, etc
  • UNIX sockets, netlink, pipes, ttys and ptys
  • NVMe, Virtio device drivers
  • And more