polard8/kernel

Help: kernel development

frednora opened this issue · 4 comments

Kernel development

Could you detail some things that need doing?

yes, depending on what it is, i'd like to collaborate too

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.

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 ...