felix is a simple 64-bit hobby operating system written in Rust, designed as an educational and personal exploration into systems programming. It features a monolithic kernel that supports basic multitasking, memory management, and user programs. Built from the ground up with Rust’s strong safety guarantees, felix aims to strike a balance between low-level hardware access and modern software practices. It runs on x86_64 platforms via QEMU and includes a basic shell and ELF binary loader, making it an excellent resource for learning OS fundamentals.
Features
- Rust-based monolithic kernel for x86_64
- ELF loader for executing user-space programs
- Cooperative multitasking with simple scheduling
- Memory paging and virtual memory system
- VGA text-mode console output for early UI
- Custom shell with basic built-in commands
- Interrupt and syscall handling
- Bootable using a custom or multiboot-compliant loader
- Emphasis on educational clarity and modular design
Categories
Operating SystemsLicense
MIT LicenseFollow Felix OS
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Felix OS!