This repository contains the code for operating systems development along with the following tools:
Make: A build automation tool used to compile and manage project dependencies. NASM: The Netwide Assembler, utilized for assembling assembly language code. QEMU: QEMU-system-x86 is employed for testing and emulation purposes, allowing for the simulation of x86-based operating systems.