moroso / kernel

The kernel for the Moroso project.
0 stars 1 forks source link

Console Driver + Server #5

Closed amwatson closed 9 years ago

amwatson commented 9 years ago

This requires a console driver in the kernel, and a server in userspace. Note that the server will not be able to work until someone implements Interrupts in Userspace.

Further note that this task entails reading input from the console in some healthy, concurrent way, which if done incorrectly might make some contributors upset