IBM Launches Power site For Developers
LeninZhiv writes "Celebrating five years of DevelopperWorks goodness, IBM has just launched a new section dedicated to the Power architecture. Initial stories include such goodies as "the developerWorks' Power Architecture challenge" and the Linux on Power Architecture toolkit. May this usher in a new era of community support for Linux on POWER outside IBM?"
Apple and IBM have been growing closer together, as a result of a) Apple using IBM's processors in their workstations, and b) IBM and Apple both rediscovering UNIX, esp the OSS kind.
Although IBM and Apple are just dating, I think that there are plans to have each other meet their parents. Doesn't it strike you as curious that IBM branded workstations a) ship with Windows, when IBM is pushing Linux and b) ship with a competitors CPU? Is it so curious that IBM might blush a little that OS X is non-windows and uses their own CPU?
Read through the Developer Site for Linux on POWER processors, and you'll find more than a few references to Yellow Dog Linux, which is Linux for PPC (particularly Macs) and even includes as a prize in a developer competition a new Apple G5 (with YDL pre-installed). Interesting that IBM doesn't see fit to award their own brand of personal computer, which I think underscores my point. Do they think that a G5 is somehow more desireable than a ThinkCentre?
And it's working on me: as a long time Apple tech supporter, I'm now in the position to recommend Windows PCs; and when I do, I rec IBMs. And not Dells.
--
$tar -xvf
When porting from one OS to another, the instruction set is probably rarely the main problem. (Not "never a problem", although I suspect the main instruction-set-related problems are
If ClearCase still uses an installable file system in the OS kernel, that'd probably be the biggest issue for a port to a new OS - different UN*Xes have different VFS layers. Beyond that, there might be issues with deficiencies in the new target OS's implementation of particular APIs, or the lack of particular APIs in the new target OS, for example.