Devblog 11
NeoOS has now got ps2 keyboard drivers!
So now I have implemented a driver for the US layout on ps2 keyboards. I am also looking into changing it to support my keyboards (Swedish layout), but that would take some time to map the right keys to the right number when the US layout can be found right on the os dev wiki.
So this keyboard writing is also done the real way, the kernel boots, the kernel starts a program, that program asks for keyboard input, when it gets a input it asks the kernel to print that input.
Now you can see how this could later change into a shell: you write the name of a command and it runs it.
–WilGulf
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.