Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 387 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 387 Bytes

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.