Skip to content
solocle edited this page Sep 7, 2014 · 1 revision

Welcome to the ChaiOS wiki! ChaiOS is an operating system involving a modular hybrid kernel design. The kernel is divided into several shared libraries: CHAIKRNL, HAL, CHAICLIB... Even the C library is dynamically linked, using a small subset of basic_clibfun() functions. ChaiOS is written in C++ and Assembly language.

Aims: Drivers using FUSE and UDI as native interfaces. Internal Object Orientated design, with C interfaces for compatibility. Custom Filesystem (ChaiFS). GRUB booting (custom extension for ChaiFS).

Clone this wiki locally