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.

2009-02-15 13:45 Back to release list
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.

Project Resources