LudOS
A toy monolithic kernel written in C++
Install / Use
/learn @Stellaris-code/LudOSREADME
LudOS
LudOS is a hobby linux-like kernel written for fun in C++.
Features
- Currently supports the 32-bit x86 architecture
- An extensible virtual file system with the ability to expose function call interfaces on nodes to provide a cleaner interface than ioctl
- PS/2 Keyboard and Mouse support
- Preemptive and Cooperative Multitasking
- Supports resolutions up to 1920x1080 using VBE framebuffer
- Uses MTRRs to provide better performance with the framebuffer
- Support for SATA drives via AHCI and ATA
- ext2 filesystem and tar files mounting on the VFS
- A lighting-fast graphical framebuffer terminal and shell
Goals
- Support for the 64-bit x86 architecture and ARM
- TCP/IP driver
- A full-fledged graphical window manager
- Dynamic linker support
- Porting programs like GCC, NASM or FreeDoom to LudOS
Dependancies
QEMU is needed to run the kernel using tools/run.sh.
On Ubuntu and derivatives : sudo apt-get install qemu-system
How to build :
Built binaries are already included in the build/bin directory, but if you want to build yourself the repository do as follow :
- First build your own cross-compiler following these instructions : https://wiki.osdev.org/GCC_Cross-Compiler
- Build to project by running
CXX=<cross-g++-path> CC=<cross-gcc-path> cmake CMakeLists.txtand thenmake.
How to run :
Run the script tools/run.sh which will run QEMU on the kernel binary file.
Screenshots :

Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
research_rules
Research & Verification Rules Quote Verification Protocol Primary Task "Make sure that the quote is relevant to the chapter and so you we want to make sure that we want to have it identifie
