Download List

Descripción del Proyecto

Sanos is a minimalistic 32-bit x86 OS kernel for network server appliances running on standard PC hardware. The kernel implements basic operating system services like booting, memory management, thread scheduling, local and remote filesystems, TCP/IP networking, and DLL loading and linking. You can use Sanos as a small kernel for embedded server applications written in C. It has a fairly standard POSIX-based API and an ANSI Standard C library.

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.

2012-03-19 21:33
1.3.4

Esta es la décima versión de aniversario de sanos. sanos tiene ahora un SDK para construir aplicaciones bajo sanos. El cargador de arranque secundario utiliza ahora la BIOS para cargar el núcleo. Se ha agregado soporte para controladores de dispositivo de virtio bloque y red para paravirtualized dispositivo E/s. Soporte de formato de imagen de disco virtual de VMDK ahora está en mkdfs. Esta versión contiene muchas más correcciones y cambios.
This is the 10th anniversary release of sanos. sanos now has an SDK for building applications under sanos. The secondary boot loader now uses the BIOS for loading the kernel. Support has been added for virtio block and network device drivers for paravirtualized device I/O. VMDK virtual disk image format support is now in mkdfs. This release contains many more fixes and changes.

2005-10-21 10:20
1.3.3

Gestión de usuarios se ha añadido al kernel. El DFS sistema de archivos ahora es compatible con permisos de ficheros y archivos de gran tamaño. Un editor de texto, daemon Telnet y FTP daemon se han añadido. El Visual Studio Sanos Asistente ahora apoya la creación de imágenes de arranque.
User management has been added to the kernel. The
dfs file system now supports file permission and
large files. A text editor, telnet daemon, and FTP
daemon were added. The Sanos Visual Studio Wizard
now supports creation of boot images.

2005-08-13 09:48
1.3.2

Mejora de compatibilidad POSIX, una implementación de pthread, soporte para BSD / GPL licencia dual, tomas de primas, un comando ping, y mejor soporte para el paquete java.nio.
Tags: Initial freshmeat announcement
Improved POSIX compliance, an implementation of pthread, support for BSD/GPL dual licensing, raw sockets, a ping command, and better support for the java.nio package.

Project Resources