the-strider / awesome-os

A list of operating systems and stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Operating System Stuff

This list contains awesome OS related stuff. It contains open source operating sytems and hobby operating systems as one can study their code and learn from them.

Open Source Operating Systems

  • BoneOS- OS for everyone built by everyone
  • Clive - A unikernel OS inspired by Plan9 and Nix developed at Universidad Rey Juan Carlos of Madrid
  • Genode - A FOSS operating system framework consisting of a microkernel abstraction layer and a collection of userspace components
  • HelenOS - multikernel multiserver OS
  • KnightOS - for z80 calculators
  • L4re - Operating system and hypervisor for security/safety-critical and virtualization-enabled applications.
  • Minoca OS - General purpose OS, written in C
  • Redox - written in Rust
  • Sculpt OS - Genode based OS
  • Thor - 64bit operating system mostly written in C++
  • Interim - Minimalist OS with concepts from Lisp machines and Plan9
  • FreeRTOS, GitHub - IoT operating system for microcontrollers, by Amazon.

Hobby

  • Cyjon - pure x64 assembly language operating system
  • MyXomycota - Monolithic kernel in C
  • Serenity - Graphical Unix-like operating system for x86 computers
  • Snowdrop OS - a homebrew operating system from scratch, in assembly language
  • Sortix - Hobby OS in C and C++ by Jonas 'Sortie' Termansen
  • ToaruOS - Hobby operating system from scratch
  • Týndur - Hobby operating system build by the Lowlevel community. Written in C and Pascal
  • TempleOS - Religious OS :-)
  • Ultron OS - x86 Operating System written in C++, High School Project
  • Xv6 - A teaching operating system developed in the summer of 2006 for MIT's operating systems course

Books and Guides

Online books

Tutorials

Website

  • os-dev - Wiki with everything you need to know
  • Lowlevel - A wiki about creating an OS from scratch. In German
  • POSIX - Standards for maintaining compatibility between operating systems

Papers

About

A list of operating systems and stuff