Separating the kernel
Posted: Wed Jun 01, 2011 5:23 pm
OK, I have been working on a very "simple" OS for a wile now, currently I have a small "command prompt" but everything so far is in the kernel.
I am looking for documentation, information, or examples of how to get the "command prompt" or any "program" in general separated from the kernel
I want the kernel to handle all the keyboard input and video output, but I have not been able to find any information on how to get a "program" to communicate with the kernel rather than rewriting the "driver" per "program".
Any information is greatly appreciated.
Thanks in advance,
BASICFreak
I am sorry if this question has been asked before, I searched the WiKi but I think I just did not know what terms to look for. I am still very new to OS development.
I am looking for documentation, information, or examples of how to get the "command prompt" or any "program" in general separated from the kernel
I want the kernel to handle all the keyboard input and video output, but I have not been able to find any information on how to get a "program" to communicate with the kernel rather than rewriting the "driver" per "program".
Any information is greatly appreciated.
Thanks in advance,
BASICFreak
I am sorry if this question has been asked before, I searched the WiKi but I think I just did not know what terms to look for. I am still very new to OS development.