egos-2000 is a minimalist operating system built for educational and research purposes, offering a simplified kernel and runtime environment for exploring OS concepts. It runs on QEMU and is written in C/C++ with a focus on clarity and modularity. The system includes a basic filesystem, process management, and syscall interface, making it ideal for understanding core OS principles. egos-2000 is particularly well-suited for students learning about kernels, user-space interaction, and boot-time execution in a clean, hands-on environment.
Features
- Simple monolithic kernel written in C/C++
- Runs in QEMU for easy emulation and testing
- Supports a basic ELF loader and syscall interface
- Minimal in-memory file system for program storage
- Cooperative multitasking with basic process support
- Standard library for user-space application development
- Serial and VGA output for debugging and UI
- Clean modular codebase for educational exploration
- Suitable for labs, projects, and OS development courses
Categories
Operating SystemsLicense
MIT LicenseFollow egos-2000
Other Useful Business Software
8 Monitoring Tools in One APM. Install in 5 Minutes.
AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of egos-2000!