Cringely: OS X on Intel
sti writes: "Cringely's column this week argues that Apple should port OS X to the Intel platform. He makes an interesting case for it. I would definitely favour this. I've always had this warm spot in my heart for Apple but rarely had the money to pay for their overpriced hardware."
OS X on Intel just wouldn't have the same experience. When you buy an Apple machine you know that the OS is well tuned to run on that hardware. You don't have to worry about an odd mix of hardware or bios problems that are responsible for a number of woes on x86.
I think the only way for OS X to be viable on x86 is with different pricing. Say something like $50 for no support, but $150 with support. That way way nerds like us can play around with a leet OS cheaply, while those who need support would make up for lost hardware profits.
Everytime you look at porn a devil gets their horns.
Cringley himself answers his own stupid question... Who would buy such a beast? Mac users buy Mac hardware, so why bother? That's exactly right Cringley, so the product would be a waste of time. Either the Mac users would save some pennies on Intel hardware and Apple loses, or they wouldn't
and it would be a waste of time. Most users are simply not going to bother loading another OS with Windows, that's why BeOS failed. Linux is making some headway because (a) it's free as in beer and (b) it's free as in liberty. We don't need another stinkin proprietry OS, one is enough and users know it.
This site talks about a project at Apple some ten years ago to port Mac OS to Intel hardware.
The article also talks about the work done by ARDI, the firm mentioned in the InfoWorld story.
Apple assembled a small team and got Mac OS runnning pretty quickly, but it seemed the firm didn't have the willpower to push it to market.
It probably would be different this time around with the forceful Steve Jobs at the helm.
A message from our sponsor
Cringely points out possible benefits to Apple if they enter the OS market on Intel (and has several good points). But what about the certain negatives? Apple now is a mild threat to MS's power. But if they 'infringed' on turf that was MS's, they would certainly be targeted by the giant. Is it really in Apple's best interests to rouse that big of bully? I don't think so.
Cringely mentions Netscape in his article (how by competition, MS made IE better). Look what happened in that case. Would Apple want to risk the same fate? To sacrifice themselves so that Windoz might be a little nicer to use.
Come on.
The thrust of Cringely's argument, which he devotes most of his article to, is this: Apple should port OS X to Intel because "it is exactly the competitor Microsoft needs." But what really matters to Apple is: Will porting OS X to Intel make Apple more or less profitable?
Cringely resolves this complex matter in the space of a paragraph length assertion "The upside for Apple is enormous. Suddenly, their software budget is leveraged across a much larger number of units, making the company more profitable and able to spend even more on making the software better."
Really, Cringely? I think we need more than a handwaving assertion to back this up. e.g. What effect will porting OS X to Intel have on Apple Hardware sales? What will MS's response will be - will it withdraw its Office and IE products for OS X? etc.
Apple has already ported Mac OS X to Intel. And I don't just mean the Darwin open source foundation. The entire operating system including Cocoa, Carbon, Quartz and Aqua runs and runs well on Intel CPUs. At one point there was also an Alpha port but that was discontinued well before Mac OS X went beta.
Apple won't release a general Intel port of OS X. It makes no sense for them to do so. Apple makes the vast majority of its revenue through hardware sales, somewhere around 90-95%. If they released Mac OS X for Intel their hardware sales would fall dramatically. Because the unit cost of an operating system is much less than the cost of a hardware box (say $100 compared with $2000) Apple's revenues would fall precipitously.
No company can gp to Wall Street and say: I'm going to chop my annual revenues down from $8 billion to $500 million. Can you imagine what would happen to the Apple stock price if they announced this? It simply can't be done.
So why do Apple keep the Intel port of OS X alive? After all it costs real money to keep all that software running cross-platform.
There are two reasons. First as a hedge against Motorola or IBM screwing Apple on the PowerPC processor. In the last few years the clock rate (and other key performance measures) of the PowerPC line has fallen a long way behind Intel. If IBM/Moto can't get competitive again, then Apple wants the option of putting Intel CPUs into Macs. This would not mean you could buy an off-the-shelf Gateway/Dell/whatever and run OS X on it. You can bet Apple would make sure it only ran on a "real" Mac to preserve their hardware revenues.
The second reason they keep the port up is because it helps them produce better code. Having to write code that runs on more than one CPU family is a good engineering discipline. The different architectures stress different parts of the code and you will often see bugs on one platform that are hidden on the other.
So Apple already have OS X on Intel, but don't expect to see it in the marketplace anytime soon.
Sailing over the event horizon
It's simple. Let's say apple release OSX on intel. Forget their hardware sales, forget support problems. This would be the future:
1) Office is no longer available on any apple lines, neither is Explorer.
2) Office XP++ doesn't write in any format office X can read.
3) Office was never available for OSX on intel.
4) Microsoft tells Dell, HP, etc that if they want to offer OSX then windows wil cost $$$$ more per copy.
which leaves apple going steadily bankrupt, and the masses with no options if they want user-friendly but don't want Bill....
I'd love it, I'd be first in line to buy it, but it ain't gonna happen
Send lawyers, guns, and money!
Technical hurdles and business considerations aside, cast your memories back to 1997 when Jobs shocked the world by teaming up with Gates. Remember that $150 million in non-voting Apple stock purchased by Microsoft, and patent cross-licensing deal? Anyone? Here's the Apple Press Release in case you forgot. Apple was in bad shape, and Microsoft was up for monopolistic practices. Jobs agreed to make IE the default browser for the Mac, and Gates agreed to give Office better treatment on the Mac platform.
According to my vivid imagination, Jobs had a word in Gates' ear, saying words to the effect that Gates could crush Apple like a bug if he cared to, but then he'd have no real competitor to point at in defense of monopoly charges. Why not just let Apple have its little niche, whispers Jobs to Gates, and we'll agree not to get cocky and muscle in on your turf? The IE and Office deals merely consummated the marriage, as it were. Jobs is happy because Apple gets to survive, and Gates is happy because he has a harmless competitor that he can act all panikcy about.
This is pure speculation on my part, of course, but if there's much truth in it, you can expect Apple to be totally uninterested in the OSX for PC idea. I'm thinking that both Jobs and Gates would still prefer a no-compete situation.
proof, n. A demonstration that a conclusion is implied by certain premises and axioms.
The real problem porting would be Quartz. From what I understand, Quartz is rather heavily optimized for AltiVec. They might be able to help the x86 version along with better video card acceleration, but they would probably have to settle for slower speeds there anyway. The other problem would be Classic. If Apple even bothered porting Classic to x86, it would run incredibly slow because it would have to emulate a PowerPC as well as a 68K chip.
However, a port to x86 would bring up some very interesting possibilities, such as a WINE type system for running Windows binaries, rather than a Virtual PC type full emulation. Or perhaps an end to this stigma MacOS has in the eyes of game developers.
Speaking as a long-time Macintosh software developer, I literally drool at the possibility of selling my apps to an intel-sized audience with a simple recompile. Apple uses gcc, so setting a compile switch to generate the right binary will work without any hassles. BeOS had a similar PowePC to Intel transition, and building either binary couldn't have been easier. Well, okay, you had to install some extra libraries to build, but Apple would sort that out. Oh, and endian issues on the BeOS were rarely a problem (htonl() and its friends work quite nicely).
Trust me. Standard application developers won't be worried about shipping two binaries if it means doubling (tripling, quadrupling?) the market for their products.
Why are you letting these clowns ruin our country?
That way dual-booting might actually be a nice thing. On one side you have linux, on the other you have OSX, a beautiful and powerfull OS, not some Microsoft piece of crap. Plus we get nice hardware. Altivec anyone?
Pedro Côrte-Real.
1. Supporting MacOS on god-knows-what hardware configs is a nightmare that would cripple it's reputation. When WIN doesn't work, users don't call the box maker, they curse the OS maker. Something about WIN made all of you stop using it - some of that was lack of HW toleration - did you go buy a new box? Nope - you switched OSs.
2. Overpriced hardware is a myth bordering now on The Big Lie - go to Dell, Gateway, Compaq, HP and match any level of the new G4 iMac - then count yer change.
3. Bob, it WOULD cannibalize hardware sales - Apple's largest edge is the OS/box integration, the Mac faithful would still buy the mac boxes, but your average new user would - and does - buy the rattiest box they can find - blind to the reality of the $599 specials. And good luck getting it to run reliably on some box that, as is typical, doesn't even know the names of the cards slapped in it.
Sticking to HW/SW is not so bad - Apple knows that typical system turnover is about three years - would they rather rachet up to making box money or start tomorrow with a herculean effort at supporting all the hardware in the world to make license money? Think you can open a storefront and sell licenses? Or would you rather have a store that can sell someone a solution and make box money?
Anyone know what portion of their business MS makes on licensing the OS alone? Remember, MS makes a lot of software - odds are Apple would not - this number needs to be known before convincing anyone that ramping up the software biz would be their saviour.
I have an iBook2 with OSX because since day one, I open it up, it does everything I ask of it as a plain old person, teacher, writer, webmaster, admin, tourist, scientist, etc. I have yet to crash OSX after 11 months, anything I plug into it fits and works. It is an order of magnitude above any previous HW/SW I've seen or owned. I could run windows on it tomorrow.
But I won't, and not because of religion. because of integration.
"Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
Look at the iBook. Small, light, preforms decent. Try to find a brand name x86 for the same money with similar equiptment. Same for the iMac.
Yes, you can say that you can _build your own_ for less with x86. x86 to Apple is already comparing apples to oranges, so to further try to compare a home built to off the shelf brand name is not a fair comparison.
SO, what's the REAL problem with APPLE?
When you can get an iMac for $799, an iBook for $1199, and then have to pay $550 for MS Office X who wants to buy it? When you can get at least the basic MS Office bundled with almost all x86 brand name hardware for almost nothing!
Don't bother arguing the Open Source office suites to me, I know. That doesn't change the fact that public perception is in the believe that you NEED MS Office to make a computer useful.
Just did the same BTO at Dell.com... there seems to be a slight discrepancy here.
I believe that Riskable made the same mistake I did initially... which was selecting a 15" CRT, rather than a 15" LCD.
With the LCD, Dell's offering rounds out at $1289.00.
I could locate no option to add FireWire.
Now which is the bargain computer? Hmmm...
"The more corrupt the state, the more it legislates." - Tacitus