Download List

Descripción del Proyecto

HelenOS is a microkernel-based multiserver operating system designed from scratch. By decomposing the operating system functionality into tens of isolated but intensively communicating userspace servers, it provides a computing environment that has several virtues such as flexibility, increased robustness, well defined explicit interfaces, and smaller complexity of individual components. HelenOS does not aim to be another clone of Unix or some other legacy system and is not POSIX-compliant (even though it may seem POSIX-similar at times). Instead, the goal has been to design it according to what is the most elegant and right thing to do. What makes HelenOS unique among the other multiserver operating systems is its multiplatform and multiprocessor microkernel. It will run on seven different processor architectures ranging from a 32-bit uniprocessor little-endian ARMv4 to a 64-bit multicore big-endian UltraSPARC T1.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-03-27 05:54
0.4.3

Esta versión corrige muchos errores y trae un montón de mejoras en diversas áreas, tales como nuevo soporte de plataforma de hardware, el marco del espacio de usuario del controlador de dispositivo, los controladores de dispositivo, la observancia y robustez, lenguajes de programación, sistemas de archivos y creación de redes.
Tags: Beta, Bugfixes, Major, Enhancements
This release fixes many bugs and brings a lot of improvements in diverse areas such as new hardware platform support, userspace device driver framework, device drivers, observability and robustness, programming languages, file systems, and networking.

2010-03-11 08:28
0.4.2

Esta versión incluye las principales características de nuevo borde y el sangrado y corrige unos 60 errores conocidos. Se añade un experimentales TCP / IP stack y soporte para los procesadores UltraSPARC T1 y la T2. Se ha mejorado mucho la capacidad de depuración y observabilidad y contiene numerosas mejoras en el sistema de archivo y el equipamiento. La nueva funcionalidad se realiza mediante la adición de varios nuevos servidores y aplicaciones.
Tags: Major, Beta, Enhancements, Bugfixes
This release adds major new and bleeding-edge features and fixes about 60 known bugs. It adds an experimental TCP/IP networking stack and support for UltraSPARC T1 and T2 processors. It has much improved debugging and observability capabilities and contains numerous file system improvements and enhancements. New functionality is delivered via the addition of several new servers and applications.

2009-08-04 10:25
0.4.1

Muchas mejoras y correcciones de errores en casi todas las áreas del sistema, incluyendo soporte mejorado para plataformas PowerPC y ARM, nuevas características del sistema de archivos, controladores de dispositivo, y mejoras en la interfaz de usuario.
Tags: Major
Many enhancements and bugfixes in almost all areas of the system, including improved support for ARM and PowerPC platforms, new file system features, device drivers, and user interface improvements.

2009-02-15 13:45
0.4.0

Esta versión trae una sencilla interfaz de usuario de línea de comandos llamada bdsh y proporciona un gestor de tareas y la aplicación del marcador. Soporte para el sistema de archivos FAT y dispositivo de disco RAM de bloque se han añadido. Este lanzamiento mejora significativamente el soporte para hardware nativo para la ia64, ppc32, y sparc64 puertos. El sistema de configuración ha sido modificada en profundidad y el subsistema de consola es ahora mucho más rápido. Como de costumbre, esta versión trae un montón de correcciones y otras mejoras.
Tags: Major feature enhancements
This version brings a simple user command line interface called bdsh and delivers a task loader and application tracer. Support for the FAT file system and RAM disk block device have been added. This release significantly improves native hardware support for the ia64, ppc32, and sparc64 ports. The configuration system has been reworked and the console subsystem is now much faster. As usual, this release brings lots of bugfixes and other improvements.

2008-03-19 16:32
0.3.0

Esta versión contiene el nuevo marco de sistema de archivos, incluido el servicio de VFS, el apoyo a las bibliotecas y un ejemplo, basado en memoria, el archivo de la aplicación del sistema denominado tmpfs. Esta versión también ofrece mejoras importantes del puerto de ia64, así como mejoras del subsistema de la CIP.
Tags: Major feature enhancements
This version contains the new file system
framework, including the VFS service, supporting
libraries and an example, memory-based, file
system implementation called TMPFS. This release
also brings important improvements of the ia64
port as well as enhancements of the IPC subsystem.

Project Resources