HelenOS

From Wikipedia, the free encyclopedia

Template:Short description

Page Module:Infobox/styles.css has no content.

HelenOS
Lua error in package.lua at line 80: module 'Module:InfoboxImage/data' not found.
Lua error in package.lua at line 80: module 'Module:InfoboxImage/data' not found.
Example applications
Written inC
OS familyMultiserver operating systems
Source modelOpen source
Initial releaseJune 11, 2006; Lua error in package.lua at line 80: module 'Module:Date' not found. (2006-06-11)
Latest releaseTemplate:Wikidata / Template:Wikidata
Latest previewTemplate:Wikidata / Template:Wikidata
RepositoryPage Template:Plainlist/styles.css has no content.
Package managercoastline packages[1]
Supported platformsIA-32, AMD64, IA-64, ARM, MIPS, PowerPC, SPARC V9, RISC-V
Kernel typeMicrokernel
LicenseBSD-3-Clause[2]
Official websitewww.helenos.org

HelenOS[3][4][5][6] is an operating system based on a multiserver microkernel design.[7] The source code of HelenOS is written in C and published under the BSD-3-Clause license.[2]

The system is described as a "research development open-source operating system".[8]

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.

Each process (called task) can contain several threads (preemptively scheduled by the kernel) which, in turn, can contain several fibers scheduled cooperatively in user space. Device and file-system drivers, as well as other system services, are implemented by a collection of user-space tasks (servers), creating thus the multiserver nature of HelenOS.

Tasks communicate via HelenOS IPC, which is connection oriented and asynchronous. It can be used to send small fixed-size messages, blocks of bytes or to negotiate sharing of memory. Messages can be forwarded without copying bulk data or mapping memory to the address space of middle-men tasks.

Development

HelenOS development is community-driven. The developer community consists of a small core team, mainly staff and former and contemporary students of the Faculty of Mathematics and Physics at Charles University in Prague, and a number of contributors around the world.[9] In 2011, 2012 and 2014, HelenOS participated in the Google Summer of Code as a mentoring organization.[10][11][12] In 2013, the project was a mentoring organization in the ESA Summer of Code in Space 2013 program.[13]

The source code of HelenOS is published under the BSD-3-Clause license, while some third-party components are available under the GNU General Public License.[2][14] Both of these licences are free-software licenses, making HelenOS free software.

Hardware support

HelenOS runs on several different CPU architectures including ARM, x86-64, IA-32, IA-64 (Itanium), MIPS, PowerPC (32-bit only), SPARC V9 and RISC-V.[15] At some point in time,[<span title="Script error: No such module "decodeEncode".">further explanation needed] various versions of HelenOS ran on real hardware from each architecture (as opposed to running only in a simulator of that architecture).

HelenOS supports PATA, SATA, USB mass storage, USB HID, an Atheros USB WiFi dongle, several Ethernet network cards, SoundBlaster 16 and Intel HDA audio devices, serial ports, keyboards, mice and framebuffers.

Research and academic use

HelenOS is being used for research[16][17] in the area of software components and verification by the Department of Distributed and Dependable Systems, Charles University, Prague. Besides that, HelenOS has been used by students as a platform for software projects and master theses.[18]

References

Page Template:Reflist/styles.css has no content.

  1. ^ Lua error in package.lua at line 80: module 'Module:Citation/CS1/Utilities' not found.
  2. ^ a b c Lua error in package.lua at line 80: module 'Module:Citation/CS1/Utilities' not found.
  3. ^ hpr1447 :: HPR Coverage at FOSDEM 2014 Part 1/5
  4. ^ HelenOS Micro-Kernel OS Still Marching On
  5. ^ HelenOS - the operating system that launched a thousand processes, DistroWatch Weekly, Issue 350, 19 April 2010
  6. ^ HelenOS nikdy nebude dokončený, říká jeho autor Jakub Jermář
  7. ^ Lua error in package.lua at line 80: module 'Module:Citation/CS1/Utilities' not found.
  8. ^ https://www.facebook.com/HelenOS Template:User-generated source
  9. ^ Lua error in package.lua at line 80: module 'Module:Citation/CS1/Utilities' not found.
  10. ^ List of projects accepted into Google Summer of Code 2011
  11. ^ List of projects accepted into Google Summer of Code 2012
  12. ^ List of projects accepted into Google Summer of Code 2014
  13. ^ Lua error in package.lua at line 80: module 'Module:Citation/CS1/Utilities' not found.
  14. ^ Lua error in package.lua at line 80: module 'Module:Citation/CS1/Utilities' not found.
  15. ^ Lua error in package.lua at line 80: module 'Module:Citation/CS1/Utilities' not found.Template:Cbignore
  16. ^ Institutional research plan MSM0021620838 - Modern methods, structures and systems of computer science (2005-2011, MSM)
  17. ^ Research @ D3S
  18. ^ Defended HelenOS theses at Faculty of Mathematics and Physics, Charles University in Prague[permanent dead link]

Lua error in mw.title.lua at line 404: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

Template:Microkernel Template:Hobbyist operating systems