Writing real mode operating systems is not hard at all, in fact almost anyone with a little knowledge of x86 assembler will be able to create simple real mode operating systems. The idea of this post is to get you started with real mode operating system development. In this tutorial …