OsOxn
OsOxn is a lightweight, open-source operating system designed for educational purposes and low-resource environments. Developed primarily as a learning tool for computer architecture and operating system concepts, OsOxn emphasizes simplicity and modularity. It is written in assembly language and C, making it accessible for students and enthusiasts to study core OS functionalities such as process management, memory allocation, and file systems.
The project originated as a classroom exercise to demonstrate fundamental OS principles without the complexity of
OsOxn includes basic features such as a command-line interface, simple file operations, and support for multitasking
The project has been used in academic settings to teach operating system development, offering hands-on experience