Changes between Version 24 and Version 25 of About


Ignore:
Timestamp:
2016-02-18T14:35:16Z (8 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • About

    v24 v25  
    44HelenOS 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.
    55
    6 HelenOS does not aim to be a clone of an existing operating system or a legacy API and trades compatibility for cleaner design. Most of HelenOS components have been made to order especially for HelenOS so that its essential parts can stay free of adaptation and glue layers, franken-components and the maintenance burden incurred by them.
     6HelenOS does not aim to be a clone of an existing operating system or API and trades compatibility with legacy systems for cleaner design. Most of HelenOS components have been made to order especially for HelenOS so that its essential parts can stay free of adaptation and glue layers, franken-components and the maintenance burden incurred by them.
    77
    88HelenOS 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.