"What I cannot create, I do not understand" - Richard Feynman
Jabali is an x86 operating system built as a learning project from the following sources:
- https://github.com/cfenollosa/os-tutorial - Carlos Fenollosa
- https://littleosbook.github.io/ - Erik Helin, Adam Renberg | Fork with updated content
- http://www.brokenthorn.com/Resources/OSDevIndex.html - BrokenThorn Entertainment
$ make clean
$ make
$ make run
Bochs is running in debugger mode, type c
or continue
at the prompt.