To view parent comment, click here.
To read all comments associated with this story, please click here.
As far as threading, read fork(2) (for rfork) and thread(2).
http://plan9.bell-labs.com/magic/man2html/2/fork
http://plan9.bell-labs.com/magic/man2html/2/thread
X11 has been ported before, but it's big and clunky and unmaintained.
http://plan9.bell-labs.com/plan9/addons.html near the bottom.
*strokes chin* interesting
I've always wondered, given the vision - whether someone has ever sat down and thought, "lets turn this into something more than just an experimental operating system" - it has alot of UNIX good points, and fixes up where it lacks, and hence, the curiosity that if we're going to replace Windows with another operating system, wouldn't it be best to use something that addresses the failures as well as bringing new features?
Oh well, a nice little pipe dream of mine 






Member since:
2005-07-06
Hi, having had a look at it - I assume that technically, there is nothing stopping someone from port X11 accross to Plan9? are there any good documentation on the site in regards to how the kernel operates, the threading model? etc. etc.