All Projects → rene → tempos

rene / tempos

Licence: GPL-2.0, GPL-2.0 licenses found Licenses found GPL-2.0 LICENSE GPL-2.0 COPYING
TempOS Project: TempOS is an educational and multi purpose Operating System

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects
Makefile
30231 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to tempos

uefi-elf-bootloader
UEFI ELF Bootloader example
Stars: ✭ 40 (+29.03%)
Mutual labels:  osdev
biefircate
Running x86-16 or x86-32 code from x86-64 UEFI; _very experimental_ • mirror of https://gitlab.com/tkchia/biefircate • developer notes at https://gitlab.com/tkchia/biefircate/-/blob/main/doc/NOTES.asciidoc
Stars: ✭ 47 (+51.61%)
Mutual labels:  osdev
KSOS
Our very own Operating System built from scratch for x86 architecture systems!
Stars: ✭ 83 (+167.74%)
Mutual labels:  osdev
buildroot
Configure and build dahliaOS Linux-based builds
Stars: ✭ 56 (+80.65%)
Mutual labels:  osdev
x86 starterkit
👷🏻‍♂️ An easy starting point for your first OS/Kernel
Stars: ✭ 32 (+3.23%)
Mutual labels:  osdev
Polaris
A WIP 64-bit UNIX-like kernel
Stars: ✭ 72 (+132.26%)
Mutual labels:  osdev
os
A simple kernel written in Rust for studying purposes.
Stars: ✭ 47 (+51.61%)
Mutual labels:  osdev
barebones9
Barebones amd64 kernel built using 9front
Stars: ✭ 23 (-25.81%)
Mutual labels:  osdev
SynapseOS
SynapseOS - модульная операционная система на языке C.
Stars: ✭ 93 (+200%)
Mutual labels:  osdev
Osmanthus
A developing operating system
Stars: ✭ 36 (+16.13%)
Mutual labels:  osdev
chaos-2
A hand-made SMP-aware kernel
Stars: ✭ 20 (-35.48%)
Mutual labels:  osdev
tabfs-specs
Specifications for the tabfs filesystem (osdev) | Mirror of https://codeark.it/Chalk-OS/tabfs-specs
Stars: ✭ 15 (-51.61%)
Mutual labels:  osdev
skylight
A clean, well-written minimalist operating system designed to be used as an educational material for operating system development. [My flagship repo.]
Stars: ✭ 45 (+45.16%)
Mutual labels:  osdev
Cardinal
Operating system designed to be fast and secure.
Stars: ✭ 20 (-35.48%)
Mutual labels:  osdev
airyx
A BSD-based OS project that aims to provide an experience like and some compatibility with macOS (formerly known as airyxOS)
Stars: ✭ 2,490 (+7932.26%)
Mutual labels:  osdev
osfree
osFree - open source Operating System/2 clone, usermode parts.
Stars: ✭ 77 (+148.39%)
Mutual labels:  osdev
Macaron
A sweet hobby made operating system written in C++ for x86 CPUs with GUI
Stars: ✭ 34 (+9.68%)
Mutual labels:  osdev
DentOS
Experimental Stand-alone 32-bit Kernel with Bootloader written in AT&T Assembly and Freestanding C
Stars: ✭ 32 (+3.23%)
Mutual labels:  osdev
duckOS
Yet another hobby x86 UNIX-like operating system written in C and C++. Features a dynamically linked userspace, an in-house c standard library, and more! And yes, it runs DOOM.
Stars: ✭ 250 (+706.45%)
Mutual labels:  osdev
SnowFlake
Technology is free, SnowFlakeOS
Stars: ✭ 38 (+22.58%)
Mutual labels:  osdev

TempOS

Welcome to TempOS

Website: http://tempos-project.org

Sources: git clone [email protected]:rene/tempos.git

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
	- A simple serial 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: [email protected]
               [email protected]
               http://renesp.com.br (in portuguese)

PhD professor: Francisco José Monaco
               [email protected]
               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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].