Skip to content

fenollp/kaneton

 
 

Repository files navigation

kaneton

kaneton is a microkernel that has been designed for building flexible, reliable and secure operating systems.

Its design includes many modern paradigms while being written in a real-world low-level programming language: C.

This microkernel has been designed to be ported on many architectures without being intrusive. Moreover, the main goal of this system was to be understandable by everyone interested in operating systems internals.

As such, the kaneton design and implementation are very elegant and easy to understand. The kaneton microkernel includes modern distributed system concepts leading to a powerful microkernel based operating system.

More information can be found in this article submitted as part of OSNews' operating system contests in which kaneton competed.

One can find additional details about kaneton's architecture on the official website: http://kaneton.opaak.org.

kaneton has been used as the main material for last-year students in french engineering schools, most specifically EPITA, to teach operating system internals, low-level development, microprocessor theory and more.

NOTE: kaneton is no longer maintained and has been, as a result, open sourced. Feel free to use it as teaching material if you want.

About

kaneton is an educational microkernel that has been used for teaching purposes for over 8 years.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 50.1%
  • TeX 25.5%
  • Python 12.1%
  • Makefile 10.4%
  • Assembly 0.7%
  • C++ 0.6%
  • Other 0.6%