Wrote a skeleton page with basic Std Input/Output Theory
Posted: Thu Aug 27, 2009 8:20 am
http://wiki.osdev.org/Kernel_Stdio_Theory
When I have more time, I'll write up on some implementation details, such as how to write a Keyboard Driver that is compatible with a StdInput resource, etc. But that's just some basic theory. I wrote it because most people don't consider the design of their kernels much further than the here and now.
So: right now, I need a keyboard driver. But later on, my applications will need a StdInput device, and I'll have to rewrite it.
Please feel free to add to it.
Good luck in your Projects.
-gravaera.
When I have more time, I'll write up on some implementation details, such as how to write a Keyboard Driver that is compatible with a StdInput resource, etc. But that's just some basic theory. I wrote it because most people don't consider the design of their kernels much further than the here and now.
So: right now, I need a keyboard driver. But later on, my applications will need a StdInput device, and I'll have to rewrite it.
Please feel free to add to it.
Good luck in your Projects.
-gravaera.