breenix

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

Breenix OS

An experimental x86_64 operating system written in Rust.

Project Status

Breenix is a working OS with:

  • UEFI/BIOS boot support
  • Preemptive multitasking
  • Userspace process execution
  • Basic POSIX system calls
  • Keyboard and timer drivers

📊 View Interactive Progress Dashboard - Visual roadmap showing POSIX compliance progress across all subsystems.

See docs/planning/PROJECT_ROADMAP.md for detailed development status.

Quick Start

# Run with QEMU (UEFI mode)
cargo run --bin qemu-uefi

# Run tests
cargo test

# Build with userspace programs
cargo build --features testing

Documentation