Changes between Version 32 and Version 33 of About


Ignore:
Timestamp:
2016-04-19T11:01:19Z (8 years ago)
Author:
Jakub Jermář
Comment:

Use imagebox to show the screenshot.

Legend:

Unmodified
Added
Removed
Modified
  • About

    v32 v33  
    11= About HelenOS =
    2 [[Image(htdocs:screenshot.png,512px,right,margin-left=30, margin-bottom=30, title="HelenOS features in a single screenshot", link=wiki:Screenshots#AllInOne)]]
     2{{{#!imagebox align=right, width=512px
     3[[Image(htdocs:screenshot.png,center,480px,margin-left=30, margin-bottom=30, title="HelenOS features in a single screenshot", link=wiki:Screenshots#AllInOne)]]
     4
     5HelenOS features in a single screenshot. The image depicts the HelenOS compositing GUI, networking, filesystems, sound subsystem and a multithreaded, multiprocessor 64-bit kernel in action. The [https://www.flickr.com/photos/theodevil/7689734118 Colorful Prague] picture used in the screenshot is a courtesy of [http://www.hdrshooter.com/about/ Miroslav Petrasko].
     6}}}
    37
    48HelenOS 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.