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
Fully managed relational database service for MySQL, PostgreSQL, and SQL Server
Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of egos-2000!