Mini-projet système : vous allez écrire un petit noyau de système d'exploitation en utilisant ce que vous avez appris en C et en assembleur.
The UnixOSKernel project is an endeavor to create a simple operating system kernel using C and assembly. Creating an operating system kernel is a complex and educational task. The UnixOSKernel project aims to build a simple kernel from scratch, allowing for an in-depth understanding of the underlying concepts of operating systems, system programming, and low-level hardware interactions.