IBM Calls Linux "Logical Successor" To AIX
pknoll writes "Though it probably won't happen soon, IBM is talking about Linux eventually replacing AIX. The article at Globe Technology states there are IBM folks working on 'chips for 2007' systems, and the viewpoint projected is described as 'multidecade,' but it's an interesting view into the future of IBM and Linux."
I work for a small company in Austin TX that ports software. We like to brag that we can port anything to anything, but in reality, all the work that I seem to be doing is porting from either Solaris or HP-UX to Linux. AIX takes a very close second to the targets that we are porting to. Of course, this is very biased, since we're an IBM business partner. :-) I'm sure there's ports going on somewhere to Solaris and HP-UX.
In all of the arrangements that I've been involved with IBM on, their people have been completely indifferent about porting to Linux in preference to AIX. They simply don't seem to care what the hardware is running, as long as the customer is buying shiny new IBM boxes.
Something interesting though - IBM's Visual Age for C++ compiler was a pain in the ass to figure out. There's a zillion command line switches, and getting the right ones set to build proper dynamic libraries took a bit of figuring out. gcc was much nicer in that regard. But, now that I've got them figured out, I really like IBM's compiler more than gcc 2.95. I haven't had the luck of using gcc 3.2.1 yet (third party libraries aren't typically built with it yet, and I use Debian at home) but I can't wait. That new gcc compiler will really be sweet.
If tits were wings it'd be flying around.
Actually you got it backwards, Multics was extremely multiuser, was the reasoning behind the name. UNIX started out as largely a singleuser simplification of Multics (which was a very complex system), first named UNICS, which makes the pun much simpler to understand. The name was changed to UNIX when multiuser support was added.
Multics is really to operating systems what Algol was to programming languages, the huge research project where they found a lot of the do's and dont's in operating system design. A great system all in all, a bit too ahead of its time though.
See http://www.wagoneers.com/UNIX/City-U/Multics/ for more information.