Log in for answers tailored to you — saved chats, your topics, and the full IJR suite.
HelenOS — news, coverage & facts — IJR
Organization
HelenOS
multiserver, microkernel-based operating system from Charles University in Prague
0 members
Overview
HelenOS is an operating system based on a multiserver microkernel design. The source code of HelenOS is written in C and published under the BSD-3-Clause license.
The system is described as a “research development open-source operating system”.
Technical overview
The microkernel handles multitasking, memory management and inter-process communication. It also provides kernel-based threads and supports symmetric multiprocessing.
Typical to microkernel design, file systems, networking, device drivers and graphical user interface are isolated from each other into a collection of user space components that communicate via a message bus.