Welcome to TempOS !
TempOS is an educational and multi purpose Operating System that was born as 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
- A poor video (text mode) driver
- System calls support development started
Screenshot
This is a screenshot of TempOS running on QEMU:
Development
TempOS is currently developed only by Renê de Souza Pinto and Diogo F. S. Ramos, that is porting TempOS to IA-64 architecture. Voluntaries are very, very Welcome to help TempOS grow up, any kind of help is wanted:
- Improve TempOS code
- Correct BUGS
- Improve website and documentation (very necessary)
- Develop new features
- Anything...

