eduOS-rs is a teaching operating system written in Rust, developed by RWTH Aachen University to support courses on systems programming and operating systems. It serves as a practical and educational tool that demonstrates key OS concepts like memory management, multitasking, privilege separation, and system call handling in a safe and modern language. Designed to run on x86_64 hardware using QEMU, eduOS-rs leverages Rust’s ownership model and type safety to reduce bugs common in low-level systems development. It is a valuable resource for students and instructors alike, providing clear, structured examples of kernel development.
Features
- Written in Rust for improved safety and clarity
- x86_64 architecture support with QEMU emulation
- Custom kernel with paging and virtual memory
- Cooperative multitasking with scheduler implementation
- System call interface with ring-based privilege separation
- ELF binary loader for running user programs
- Basic filesystem structure and abstraction
- Interrupt and exception handling mechanisms
Categories
Operating SystemsLicense
Apache License V2.0Follow eduOS-rs
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 eduOS-rs!