HJ23 / 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
  • Cadex OS - a simple operating system kernel originally made by Prof. Douglas Thain at the University of Notre Dame and students
  • Clive - A unikernel OS inspired by Plan9 and Nix developed at Universidad Rey Juan Carlos of Madrid
  • CollapseOS - Bootstrap post-collapse technology
  • FreeRTOS, GitHub - IoT operating system for microcontrollers, by Amazon.
  • Genode - A FOSS operating system framework consisting of a microkernel abstraction layer and a collection of userspace components
  • HelenOS - multikernel multiserver OS
  • Interim - Minimalist OS with concepts from Lisp machines and Plan9
  • 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
  • NodeOS - OS using NodeJS and Linux
  • Redox - written in Rust
  • Sculpt OS - Genode based OS
  • Thor - 64bit operating system mostly written in C++

Hobby

  • Animal - 32 bit multithreaded operating system (formerly Gramado)
  • Cyjon - pure x64 assembly language operating system
  • Mako - Hobby OS for x86 from scratch, written in C
  • mOS - A hobby operating system developed from scratch
  • MyXomycota - Monolithic kernel in C
  • nopeos - Simple OS kernel with BASIC interpreter for x86
  • 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
  • TempleOS - Religious OS :-)
  • ToaruOS - Hobby operating system from scratch
  • Týndur - Hobby operating system build by the Lowlevel community. Written in C and Pascal
  • Ultron OS - x86 Operating System written in C++, High School Project
  • Visopsys - Open Source Hobby OS developed since 1997
  • Windows 95 in Electron - Hobby Windows 95 implementation in Electron
  • Xv6 - A teaching operating system developed in the summer of 2006 for MIT's operating systems course

Popular Operating Systems

  • Darwin XNU - The XNU kernel source code for use in MacOS and iOS
  • FreeBSD, Github - Unix-like operating system based on the BSD
  • Haiku - BeOS inspired OS
  • Linux - Linux kernel
  • Minix, Github - Unix-like operating system based on a microkernel architecture
  • MS-DOS - The original sources of MS-DOS 1.25 and 2.0
  • NetBSD, Github - Unix-like operating system based on the BSD
  • OpenBSD, Github - Unix-like operating system based on the BSD
  • SystemV - AT&T UNIX System V Source Code

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