There are 8 repositories under os-dev topic.
A list of operating systems and stuff
539kernel is a simple x86 32bit educational kernel which has been written especially for the book "A Journey in Creating an Operating System Kernel" which is available freely on <https://539kernel.com>
The collection of useful resources for OS development
The Operating System (for x86_64) written in Crystal as much as possible
A 64bit hobby operating system written in C++
Simple Light OS source repository
A Unix/Linux like operating system
Tutorial: getting started with OS development in assembly and C/C++ (GCC) on Windows
A hobby kernel developed from scratch using i8086 assembly
RADII is a UEFI bootloader for the x86_64 architecture. It is made with the goal of understanding how modern desktop computers work, from hardware to radio buttons :^)
A Simple OS for literally everything.
A Journey in Creating an Operating System Kernel: A book that teaches the reader how to create an operating system's kernel called 539kernel. You can read the book freely in https://539kernel.com/
Open Source Developer
A POSIX-like shell & environment for the Nintendo DS
A simple 16 bit οperating system with it's own primitive notepad and brainfuck interpreter
A x86 kernel, written in C and Assembly.
A project done for OS course, extending a kernel from https://github.com/dthain/basekernel, to implement threading capabilities, give an API for threading, and implement various scheduling techniques.
Velox is a work in progress, experimental Rust based Operating System written for fun and learning
Simple x86 Operating System Kernel running in 32-bit protected mode that implements process management, multitasking, and memory paging, with a custom filesystem
Custom kernel and operating system made in C++
Bare Bones Unix-like 32-bit x86 Monolithic OS.