- Rennes
Stars
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network…
Tutorial: Writing a "bare metal" operating system for Raspberry Pi 4
Custom Minecraft Classic / ClassiCube client written in C from scratch (formerly ClassicalSharp in C#)
A C Compiler that fits in the 512 byte boot sector of an x86 machine
A self-hosting and educational C optimizing compiler
A game engine made as part of the Kohi Game Engine series on YouTube (and Twitch!), where we make a game engine from the ground up using C and Vulkan.
A simple OS kernel for research, teaching, and fun.
Hook function calls by inserting jump instructions at runtime
opuntiaOS - an operating system targeting x86, ARM and RISC-V.
💾 A minimal, experimental and "toy" monolithic kernel to learn about OS development // Work In Progress
Simple unix-like operating system for education and research purposes
A simple, commented reference implementation of the MD5 hash algorithm
A multi-platform C++ game made for Ludum Dare 46
Dennix is a unix-like hobbyist operating system written from scratch.
A little RPG made in C that's based on game like Hollow Knight and Souls games in general.
Basic malloc implementation with best fit and multithreading