You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple operating system build from scratch using C and assembly language. The code includes a make file that will help you to run this whole program.
A simple operating system build from scratch using C and assembly language.
The code includes a make file that will help you to run this whole program.
Main window of the mini-operating system
Requirements
nasm
gcc
ld
qemu-system-x86_64
Command to run
$ make all
About
A simple operating system build from scratch using C and assembly language. The code includes a make file that will help you to run this whole program.