Changes between Version 31 and Version 32 of About


Ignore:
Timestamp:
2016-02-21T15:17:54Z (8 years ago)
Author:
Martin Decky
Comment:

unify wording

Legend:

Unmodified
Added
Removed
Modified
  • About

    v31 v32  
    22[[Image(htdocs:screenshot.png,512px,right,margin-left=30, margin-bottom=30, title="HelenOS features in a single screenshot", link=wiki:Screenshots#AllInOne)]]
    33
    4 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.
     4HelenOS 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 component does not directly harm others. HelenOS is therefore flexible, modular, extensible, fault tolerant and easy to understand.
    55
    66HelenOS does not aim to be a clone of any existing operating system and trades compatibility with legacy APIs for cleaner design. Most of HelenOS components have been made to order specifically for HelenOS so that its essential parts can stay free of adaptation and glue layers, franken-components and the maintenance burden incurred by them.