Prex is a portable real-time operating system for embedded systems. The small, reliable, and low power kernel is written in the C language based on microkernel design. The file system, Unix process, and networking features are provided by user mode tasks.
| Tags | Operating Systems Operating System Kernels Software Development Embedded Systems |
|---|---|
| Licenses | BSD Revised |
| Operating Systems | POSIX Other |
| Implementation | C Assembly |
Recent releases


Changes: This release adds MMU support code for the ARM processor architecture.


Changes: FAT file system and FIFO/pipe features were added.


Changes: This release adds a POSIX layer on top of the Microkernel. Tiny Unix utilities (CmdBox) and embedded Libc were also added.


Changes: A file system server was added. arfs, devfs, and ramfs are supported with this version.


Changes: This version includes some important kernel enhancements like DPC framework and dmesg support.