Writing Text and Fonts Now that we are in graphical mode, there's still one thing we need to do, exactly, we need to actually draw graphics, what is the point of performing this switch if we will just keep a black screen for ever and ever.
read moreWriting Text and Fonts Now that we are in graphical mode, there's still one thing we need to do, exactly, we need to actually draw graphics, what is the point of performing this switch if we will just keep a black screen for ever and ever.
read moreIn this article, we are going to talk about what physical and logical data structures are.
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