[13 total ]
FreeBSD is an advanced operating system for x86 compatible (including Pentium and Athlon), amd64 compatible (including Opteron, Athlon64, and EM64T), UltraSPARC, IA-64, PC-98 and ARM architectures. It is derived from BSD, the version of UNIX
... [More]
developed at the University of California, Berkeley. It is developed and maintained by a large team of individuals. Additional platforms are in various stages of development. [Less]
The AROS Research Operating System is a lightweight, efficient and flexible desktop operating system, designed to help you make the most of your computer. It's an independent, portable and free project, aiming at being compatible with AmigaOS 3.1 at
... [More]
the API level (like Wine, unlike UAE), while improving on it in many areas.
The source code is available under an open source license, which allows anyone to freely improve upon it. [Less]
The goal of the Syllable project is to create a family of easy-to-use free software operating systems. It is the continuation of the BeOS-like AtheOS.
Syllable Desktop has its own C kernel with symmetric multiprocessing, multithreaded pre-emptive
... [More]
multitasking, high POSIX compliancy, 64-bit journaled filesystem (AFS) with metadata, an integrated native GUI architecture with an object-oriented C++ API, SDL, singular native toolkit and multi-user desktop environment. The system seeks to be an integrated, lightweight, easy-to-program, powerful, high-performance graphical desktop environment which avoids legacy OS paradigms that frustrate developers and have hindered the computing masses' adoption of a free-software desktop.
Syllable Server is a matching small and efficient Linux server. [Less]
The HelenOS project is an effort to develop a complete and usable modern operating system, yet offering room for experimenting and research. HelenOS uses its own microkernel written from scratch and supports SMP, multitasking and multithreading on
... [More]
both 32-bit and 64-bit, little-endian and big-endian processor architectures, among which are AMD64/EM64T (x86-64), ARM, IA-32, IA-64 (Itanium), 32-bit MIPS, 32-bit PowerPC, SPARC V9 and Xen 3.0. Thanks to the relatively high number of supported architectures and suitable design, HelenOS is extremely-well portable. [Less]
KolibriOS is an open source operating system with a monolithic preemptive, real-time kernel, video drivers, for 32-bit x86 architecture computers, developed and maintained by The KolibriOS Project Team. KolibriOS is a fork of MenuetOS, written entirely in assembly language.
MidnightBSD is a desktop operating system for ia32 and amd64/emt64 computers. It uses GNUstep and related software to provide an easy to use environment.
Xerxys is a project to create an operating system that is highly secure and portable through the following aspects:
- No application is executed directly on the CPU, but through a Virtual Machine (currently Java compliant)
- The system is as
... [More]
abstract as possible to ensure the high portability
- The system will support data security and high encryption from the beginning
Xerxys has an own Java VM implementation, called Xam and an own Java Library called Corepath (which are separate projects). [Less]
Yasux ("Yet another simple UNIX") is yet another simple UNIX written from scratch. Its aim is to be a Single UNIX Specification compliant operating system being simple, small in its size and having a source which is easy to understand. This is not
... [More]
achieved by keeping features away, but by letting features be deactivateable, so the user can remove all features which he does not want. [Less]
CleanOS is an operating system developed for educational purposes, initially to be an userspace GNU/Linux application running its executables and simulating the operating system task scheduler and IPC mechanisms, perhaps later a true kernel.
Kernel originally port of the old GOSOT project (now discontinued), now is completely independent and able to do most of the things a kernel is expected to do.
Comes with a personalized set of tools and libraries that makes it easy to expand following the original structure.
Quarn OS is an operating system written in C and x86 assembler. All its parts are distributed under terms of open source licenses (mainly GNU GPL v2 or later).
Previously designed as monolithic kernel, currently aims at modified conception of
... [More]
hybrid kernel.
One of the main goals in Quarn development is to make it compatible with Single UNIX Specification, so it will be possible to execute programs written for other UNIX-like systems.
Quarn OS uses additional subproject: Managed Execution System, which is used to provide universal interface. [Less]
Toro es un kernel creado íntegramente en Pascal utilizando el compilador FreePascal.
Su escritura comenzó a finales del año 2003 por Matias E. Vara usando un nucleo monolítico.
Implementa la mayoría de las funciones de los sistemas operativos modernos.