This is just the implementation of an OS tutorial series inspired from https://littleosbook.github.io/.
In order to run this do the following steps.
-
Install Bochs(Ubuntu: sudo apt-get install bochs bochs-sdl).
-
Download the git repository.
-
make clean
-
make
-
make run.(bochs must be installed alongwith bochs-sdl).