9095os
9095OS is a lightweight, open-source operating system designed for educational purposes and embedded systems. It was created by a group of computer science students and educators to provide a simple yet functional platform for learning about operating systems and low-level programming. The system is written in C and assembly language, making it accessible for students to study and modify. 9095OS supports basic system calls, process management, and a simple file system. It runs on x86 architecture and can be booted using a virtual machine or physical hardware. The project includes documentation and source code, encouraging community contributions and further development. 9095OS is not intended for production use but serves as an excellent tool for teaching and experimentation in the field of operating systems.