Rare find

Ilobilix. A hobby operating system kernel written in modern C++, compatible with Linux programs.

github.com/ilobilix/kernel

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2026
  • feat: initial netlink_kobject_uevent impl
  • feat: chroot, pivot_root, umount2, new mount flags
  • feat: initial ext2 read-only driver
  • fix: make more os-test tests pass
  • fix: smp bugs found when running os-test
  • feat: sigaltstack, sched_yield, signals fpu
  • feat: add init_module/finit_module for modprobe
  • feat: embed module data into the binary
  • fix: nvme driver not loading when linked in kernel
  • feat: add support for filesystem drivers
  • feat: parse and register partitions
  • feat: blkdev mmap and io performance improvements
  • feat: register nvme controllers and namespaces
June 2026
  • feat: nvme driver
  • feat: some updates for pci drivers
  • fix: scheduler bugs
  • fix: add write to /proc/self/comm
  • fix: update libarch so aarch64 builds
  • feat: dump registers on other cores during panic
  • fix: rwspinlock