Skip to content
#

osdev-os

Here are 4 public repositories matching this topic...

Language: All
Filter by language

CharleX OS is a minimal, open-source operating system kernel written primarily in C with assembly components. It provides a basic terminal interface in VGA text mode, supporting keyboard input for a simple command-line experience. This project serves as an educational platform for understanding low-level OS development.

  • Updated Feb 6, 2026
  • C

Neutrix is a small educational x86_64 operating system kernel written in Rust. It follows a bare-metal, no_std, no_main design and provides a compact foundation for experimenting with low-level OS concepts: paging, memory allocation, interrupt handling, device drivers, and a small async executor.

  • Updated Sep 30, 2025
  • Rust

Improve this page

Add a description, image, and links to the osdev-os topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the osdev-os topic, visit your repo's landing page and select "manage topics."

Learn more