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 |
- nasm
- gcc
- ld
- qemu-system-x86_64
$ make all
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.
C