3 | | HelenOS is a [wiki:HardwareSupport#Architectures portable] microkernel-based multiserver operating system designed and implemented from scratch. It decomposes key operating system functionality such as file systems, networking, device drivers and graphical user interface into a collection of fine-grained user space components. These components interact with each other via message passing. A failure of one does not directly harm others. HelenOS is therefore flexible, modular, extensible, fault tolerant and easy to understand. HelenOS trades compatibility with legacy operating systems and APIs for clean design. Most of HelenOS components have been made to order for HelenOS so its core is free of compatibility and glue layers, franken-components and the maintenance burden associated with them. HelenOS is open source / free software. Its source code is available under the [wiki:License BSD license]. Some third-party components and components based on [wiki:License GPL] software are licensed under [wiki:License GPL]. |
| 3 | HelenOS is a portable microkernel-based multiserver operating system designed and implemented from scratch. It decomposes key operating system functionality such as file systems, networking, device drivers and graphical user interface into a collection of fine-grained user space components that interact with each other via message passing. A failure or crash of one does not directly harm others. HelenOS is therefore flexible, modular, extensible, fault tolerant and easy to understand. |
| 4 | |
| 5 | HelenOS trades compatibility with legacy operating systems and APIs for clean design. Most of HelenOS components have been made to order so its essential parts can stay free of adaptation and glue layers, franken-components and the maintenance burden incurred by them. |
| 6 | |
| 7 | HelenOS runs on eight different processor architectures and machines ranging from single-processor ARM embedded devices through multicore 32-bit and 64-bit desktop PCs to 64-bit Itanium and SPARC servers. |
| 8 | |
| 9 | HelenOS is open source / free software. Its source code is available under the [wiki:License BSD license]. Some third-party components are licensed under [wiki:License GPL]. |