How-to-Make-a-Computer-Operating-System
How-to-Make-a-Computer-Operating-System copied to clipboard
How to Make a Computer Operating System in C++
Function name "printf() " was never implemented . Implemented function is "print()" which works like "pintf()" found in standard c.
Various small corrections to the wording.
Need to initialize first
Hi, I just try to adding some info about booting info in Chapter 3. This is my first time to using github, and I am not familiar with some rules...
Hi, I create a folder to put the Chinese translation of your course notes. I hope to help more Chinese-using people to understand your great work. , so i'm going...
Efficiency improvement, rather than calling strlen function 4 times, now calling it 1 time.
Update to Ubuntu xenial32 since lucid32 is no longer supported and causes 404 errors when apt-get update is executed (Issue #110 ).