#osdev (22 Repositories)
Ranked open-source repositories tagged with #osdev, scored by pull request acceptance likelihood and maintainer engagement velocity.
15.4%
9.6h
22 repositories tagged #osdev
hermit-os/kernel
A Rust-based, lightweight unikernel.
reactos/reactos
A free Windows-compatible Operating System
vinc/moros
MOROS: Obscure Rust Operating System 🦉
rust-osdev/uefi-rs
Rusty wrapper for the Unified Extensible Firmware Interface (UEFI). This crate makes it easy to develop Rust software that leverages safe, convenient, and performant abstractions for UEFI functionality.
frednora/gramado
Gramado OS
nanovms/nanos
A kernel designed to run one and only one application in a virtualized environment
lupyuen/pinephone-nuttx
Apache NuttX RTOS for PinePhone
TalonFloof/zorroOS
A hobby operating system written in Zig & C, a modification of some UNIX ideas.
thethumbler/Aquila
AquilaOS: UNIX-like Operating System
CorruptedByCPU/Cyjon
A simple, clean code, multi-tasking kernel written in pure Assembly language for 64-bit processors from the AMD64 family.
aura-systems/Aura-Operating-System
AuraOS, the Franco-English Operating System developed in C# using Cosmos!
ozkl/soso
A Simple Unix-like operating system
gmarino2048/64bit-os-tutorial
This OS Tutorial expands on the fundamental concepts covered in cfenollosa/os-tutorial and covers entering long mode on the x86_64 architecture. It also uses clang rather than relying on an external crosscompiler. I plan on keeping it up to date, so feel free to submit an issue!
29jm/SnowflakeOS
"It is very special"
KaiNorberg/PatchworkOS
A modular, non-POSIX operating system for x86_64, built from scratch in C and assembly. Intended to be educational and experimental while rigorously following a Plan9-style "everything is a file" philosophy, featuring a from-scratch ACPI AML parser, EEVDF scheduler and a pseudo-capability namespace based security model.
khaledh/fusion
A hobby OS implemented in Nim https://0xc0ffee.netlify.app/osdev
skift-org/skift
🥑 A modern delightful operating system (mirror)
CascadeOS/CascadeOS
General purpose operating system targeting standard desktops and laptops.
mentos-team/MentOS
An educational 32-bit linux-like Operating System, with public bachelor- and master-level course slides.
maxdev1/ghost
Ghost, a micro-kernel based hobby operating system.
Supercip971/WingOS
a little 64bit microkernel based operating system written in c++ with smp support
asaptf/swift-os
A real operating system written from scratch in Embedded Swift for 64-bit ARM: MMU-isolated processes, capability-based security, an in-kernel pure-Swift TCP/IP stack — and it runs nginx, Node.js and SQLite on bare metal.