operating-systems-project topic

List operating-systems-project repositories

Osdev-Notes

425
Stars
25
Forks
Watchers

A set of tutorials (notes) organized as a book that explore how to write an Operating System from scratch

Dreamos64

143
Stars
6
Forks
Watchers

My experiments with osdev... again

CSC405: Operating System [OS] & CSL404: Operating System Lab [OS Lab] <Semester IV>

primus-os

43
Stars
10
Forks
Watchers

A simple bare-bones 32-bit operating system written in Assembly x86 and C for educational purposes

beginOS

26
Stars
4
Forks
Watchers

Hello world OS from scratch, a template for absolute beginners

QuantumOS

23
Stars
6
Forks
Watchers

The Operating System built for modern humans!

basic-operating-system

20
Stars
1
Forks
Watchers

This is basic operating system, with kernel made in C.

Context_Switching_OSProject

18
Stars
5
Forks
Watchers

Context Switching involves storing the context or state of a process so that it can be reloaded when required and execution can be resumed from the same point as earlier. Act of switching from one pro...

cherryOS

16
Stars
8
Forks
Watchers

Personal Operating System | Tongji Univ. SSE Course Project

NoobOS

15
Stars
3
Forks
Watchers

A simple barebones OS kernel template for developers to get started with OS dev