Creating a singleton terminal struct in C (OSDev)
I am not very knowledgeable about very low-level programming so I wanted to have a pet project to explore it – I am attempting to write something, that would hopefully be considered an OS.
Having written an assembly bootloader, I have proceeded to try to write a kernel in C, here is my code: