Download List

Project Description

Minirighi is a multi-threading, Open Source operating system written for didactic purposes. It has been written from scratch and it is compatible with POSIX. The main feature of Minirighi is its light kernel, whose source code is easy for a person to read, unlike many other Open Source kernels.

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.

2008-03-30 18:00
0.12.2

Tags: Major feature enhancements

2004-12-13 19:47
0.11.00

The main improvement in this release is the implementation of
the copy-on-write paging mechanism, which implies the other main
improvement: the implementation of the fork() system call. Some bugs
have been fixed, especially in the TCP/IP stack implementation.
Tags: Major feature enhancements

2004-08-19 19:16
0.10.03

This release fixes bug #944334 (now the .bss section is correctly zeroed after a file is loaded in memory). Bug #941856 (mutual exclusion problems when getting the size of a file) has been fixed. A standard interface to use sockets by the user applications has been created. Support has been added for the loopback IP address (127.0.0.1). A simple UDP chat server to test sockets and a user application to translate strings into Morse code have been added.
Tags: Major bugfixes

2004-04-24 22:26
0.10.02

The floppy cache was added for recently used
blocks. The low-level routines for read and write
operations were improved. The sync, mount, and
umount operations are available.
Tags: Minor feature enhancements

2004-04-23 22:54
0.10.01

This release fixes a deadlock in the floppy driver and a deadlock in eth.c. The round-robin scheduler has been replaced with a simple priority-based scheduler. There are improvements in the network manager (TCP/IP stack). New applications (basename and echo) have been added.
Tags: Minor bugfixes

Project Resources