A little micro-kernel written in C++
-
Updated
Mar 1, 2020 - C++
A kernel is the heart of almost every operating system. It is always loaded in memory at any time and deals with the hardware to provide an interface for the software. It also manages peripherals, memory, interrupts, and processes. Examples of widely used kernels include Windows NT and Linux.
A little micro-kernel written in C++
Tiny OS for Cortex-M based chipset with multithread and fault handling features.
C++ application framework(基于actor模型,微内核设计理念实现的C++组件化编程应用程序框架)