Currently, I am messing around with developing an Operating System, as a hobby, as well as to gain great knowledge on the C language.
I already have sets of functions required for my operating system to boot up, and i've gotten it to the stage where my Console code Takes over,
prints welcome messages to the screen, and prints the prompt, though I cannot for the life of me find a way to implement a getchar() or scanf()
function into my kernel, without the use of libraries! Would anybody know how to go about this? Code is very much appreciated, as is advice that
points me in the right direction. I have been stuck at this point for quite some time now, and decided it was time to reach out for some guidance.
Thank you all!
Your advice and knowledge is greatly appreciated!
~Nick
PS - If need be, I can show you certain functions needed to implement it under my own kernel. Just ask for it if you need it
