Prex

From Wikipedia, the free encyclopedia

Prex
Website Prex
Programmed in C
OS family Real-time operating systems
Source model Open source
Supported platforms x86, Game Boy Advance
Kernel type Microkernel
License BSD license

Prex is a portable 32-bit embedded real-time microkernel operating system. The kernel is compact, under 25k bytes, and provides memory management, inter-process communication (messages and shared memory) and multithreading in the kernel, and leaves more application-specific features like a file system to be implemented. It is designed to have virtual memory and memory protection when available. It is currently pre-beta, but runs on x86 PCs and the Game Boy Advance. It has an open source BSD license.

It is programmed in the C programming language, and has a POSIX emulation layer.

Other open source real-time OSs include: eCos, FreeRTOS, MenuetOS, and others.

[edit] External links

This operating system-related article is a stub. You can help Wikipedia by expanding it
Languages