TestOS A simple operating system. Requirements NASM A C++ compiler (GCC, Clang, etc.) LD GNU Make QEMU (optional) Quick Start Clone the repository $ git clone https://github.com/Sid110307/TestOS.git $ cd TestOS Build and run the operating system $ make clean all -s License MIT