Help: kernel development
frednora opened this issue · 4 comments
frednora commented
Kernel development
xadaemon commented
Could you detail some things that need doing?
Jmallone commented
yes, depending on what it is, i'd like to collaborate too
frednora commented
Could you detail some things that need doing?
The most important thing is the reader/writer synchronization for files just like, sockets, pipes and ttys.
This is all i need to have my ring 3 window server running again.
frednora commented
The second most important thing is the virtual console support. Including the tty structure as element of the virtual console structure. ... just like that. vc_cons[i].tty->something ...