Hello everyone, I am Lovelace, and in this entry we’ll see some String I/O Functions available in the C standard library.
read moreWhat we will do now, is to enable the graphics mode in our kernel so we can draw pixels individually.
read moreCleaning Objects Before we continue, let’s first update the clean rule in our Makefile so it cleans all the objects properly, as more objects are generated we have to add them to the objects to clean.
read moreBefore we continue writing code, let's first organise our project.
read moreWhat is Protected Mode? Before we switch to protected mode, let's first learn what is it and what we have to do to switch to it.
read more