9fans archive / 2000 / 05 / 35 / prev next From: xutao@ee.... xutao@ee.... Subject: [9fans] could plan9 run on PC? Date: Thu, 4 May 2000 09:53:53 GMT I was told that plan9 was likely to release soon as open sourse OS. I am a fan of unix(linux),heard of Rob Pike's saying about dead unix. I just wonder the hardware requirement of plan9, whether it is possible to install it on my PC? waiting to see what does plan9 offer to take the place unix(IMO, the best Programmers' OS). thanks BTW, another question, Rob Pike in his C programming style said that "include files should never include include files" but how if I met following problem? I had two classes, wishing to each class has its own head files, while one class declares another class as one of its member. so it seems unavoidable to include one class header file in another class's head file. I feel sorry if the problem is too stupid. I am just a student, and met the problem in implementing codes.