CPUnas
CPUnas is a lightweight, open-source operating system designed to run on x86 and x86-64 architectures. It was developed as a teaching tool to help students understand the fundamentals of operating system design and implementation. CPUnas is written in C and assembly language, providing a hands-on learning experience for those interested in low-level programming and system software.
The operating system includes basic features such as process management, memory management, and a simple file
One of the key features of CPUnas is its modular design, which allows developers to easily add
CPUnas is distributed under the GNU General Public License, encouraging community contributions and collaboration. The project
In summary, CPUnas is an educational operating system that offers a practical approach to understanding the