Download List

Projeto Descrição

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

A principal melhoria nesta versão é a implementação do copy-on-write mecanismo de paginação, o que implica a melhoria de outros principais: a implementação do fork () system call. Alguns bugs foram corrigidos, especialmente na pilha TCP / IP execução.
Tags: Major feature enhancements
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.

2004-08-19 19:16
0.10.03

Esta versão corrige bug # 944334 (agora a seção. Bss está corretamente zerados após um arquivo é carregado na memória). Bug # 941856 (problemas de exclusão mútua quando chegar ao tamanho de um arquivo) foi corrigido. Uma interface padrão para usar soquetes pelas aplicações do usuário foi criado. Foi adicionado suporte para o endereço IP de loopback (127.0.0.1). A UDP servidor de chat simples para testar as tomadas e um aplicativo de usuário para converter strings em código Morse foram adicionados.
Tags: Major bugfixes
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.

2004-04-24 22:26
0.10.02

O cache de disquete foi adicionado para os blocos usados recentemente. As rotinas de baixo nível para ler e gravar operações foram melhorados. A sincronização, montar e desmontar as operações estão disponíveis.
Tags: Minor feature enhancements
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.

2004-04-23 22:54
0.10.01

Esta versão corrige um bloqueio no driver de disquetes e um bloqueio no eth.c. O escalonador round-robin foi substituída por uma simples prioridade baseado scheduler. Há melhorias no gerenciador de rede (TCP / IP). Novos pedidos (basename e echo) foram adicionados.
Tags: Minor bugfixes
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.

Project Resources