Menu

Tree [f92ffc] master /
 History

HTTPS access


File Date Author Commit
 apps 2012-01-05 Renê de Souza Pinto Renê de Souza Pinto [53bd28] Running init process in kernel mode :) very close.
 kernel 2012-04-15 Renê S. Pinto Renê S. Pinto [f92ffc] Generate latex documentation automatically.
 rootfs 2012-01-05 Renê de Souza Pinto Renê de Souza Pinto [53bd28] Running init process in kernel mode :) very close.
 .gitignore 2011-08-17 Renê Renê [7c22bf] Add tags to gitignore.
 COPYING 2012-01-03 Renê de Souza Pinto Renê de Souza Pinto [68c43c] Introduce the new source code TempOS tree.
 README 2012-01-03 Renê de Souza Pinto Renê de Souza Pinto [68c43c] Introduce the new source code TempOS tree.

Read Me

*** Welcome to TempOS ***

Website: http://tempos-project.org

Sources: git clone git://tempos-project.git.sourceforge.net/gitroot/tempos-project


ABOUT:

	TempOS = TempOS is an educational and multi purpose Operating System

	TempOS was born for an undergraduate work and has it's your main goal
	to be not only another Operating System, but a complete toolkit
	designed to help students on their O.S. courses.

	TempOS it's under a true development stage, which means that it's
	not complete functional yet. The parts currently done are:

		- Multiboot implementation to Boot TempOS with GRUB
		- Page system working with 4Kb pages
		- Re-allocable kernel to 3GB on virtual space
		- A simple memory manager
		- A simple keyboard driver
		- IRQ system with shared IRQs support
		- Alarm timers
		- A poor video (text mode) driver
		- System calls support
		- Generic ATA driver
		- Kernel Multithreading

HISTORY:
	TempOS was born as an undergraduate project designed by
	Renê de Souza Pinto (computer engineering student) at
	University of São Paulo - USP, at São Carlos, from Brazil.
	The principal goal it's build a O.S. as a toolkit to help
	students at their O.S. courses, providing a real and not so
	complex project that students can put their hands on,
	understanding the principles and theories of Operating Systems
	in a pratical way.


AUTHOR:
	TempOS was written by Renê de Souza Pinto and supervised by
	the PhD professor Francisco José Monaco, at University of
	São Paulo - USP, from São Carlos - Brazil.

	Author E-mail: rene@renesp.com.br
                   rene@icmc.usp.br
                   http://renesp.com.br (in portuguese)

	PhD professor: Francisco José Monaco
                   monaco@icmc.usp.br
                   http://www.icmc.usp.br/~monaco


PROJECT'S DIRECTORY ORGANIZATION:

kernel: Source code of the kernel. 
rootfs: Root file system (files, directories, scripts, etc).
apps:   Applications to run on TempOS.