Yep.
Better be FREE or somebody's gonna get sued...
You can't sell a fix. Period.
Because all applications aren't going to be 64 bit for 20 years or more as there is no performance benefit in the vast majority of cases.
I mean Microsoft is still going to be selling a 32 bit OS which can't run ANY 64 bit programs at all for the next 5 years at least.
clang supports compiling the C language currently which means it could only support Carbon applications (Carbon API is C based). Folks are working on adding Objective-C and C++ to clang but it will be a while before it is ready. ...so no Cocoa.There is also a suggestion that Apple may move Mac OS X 10.6 to "Cocoa-only", but the full meaning of this remains vague
Apple is working very hard on clang in llvm. Maybe the 'Cocoa only' refers to the compiler will compile Cocoa only, and not Carbon apps. I don't know enough about compilers, or Carbon, to tell if they are implementing Carbon in clang. The source code is public.
Unix = RISC
Linux = x86
And with it they would kill all business support for Macs forever, and probably take the iPhone with it. No sensible business would run business critical software such as CS3 or Office on a depreciated (and therefore unsupported) framework, so they'd switch to Windows.
Getting rid of Carbon would break a hell of a lot of software including most of Apples software. I'm not sure how much I would trust that rumour even if it is only the UI stuff that is removed. Especially seeing as Core Foundation is technically a Carbon API but is part of the Cocoa frameworks as well.
i doubt that. in the last 20 years we've gone from 16 bit to 64 bit architecture. what makes you think this trend will stop all of a sudden?
i'm not sure about there being no performance benefits in most cases, but if all the Mac's are currently running on 64 bit architecture, doesn't it make sense that Mac developers should start making 64 bit applications. not doing so is like buying a Ferrari and filling it with regular gas instead of premium.
Wow, clam down, did you even read what it said?
It makes sense for it to be Intel only. I hope it will be, so that they can remove all of the PPC code. As for the 'no new features' thing, I don't mind, as long as Leopard has Resolution Independence by then.
It makes absolutely no sense to get rid of PPC. Put yourself in the shoes of people who still have PPC. People with G5's suddenly have a powerful computer that can't run the latest OS, simply because there's no code for their processor, even though the processor itself is fully capable of running it. PPC support will continue at least until 10.6, maybe 10.7 for the upper end G5's. I suspect that 10.7 will be the last to support PPC, and Apple will introduce OS XI, with no PPC support.
Apple is not going to jump from 10.7 to 11.0 that's nonsensical.
G4 & G5 are both Power PC, so if they support one, they're supporting both.
Ok so the real question is HOW are they going to make it faster and why haven't they done so already?
Not necessarily. For example, Leopard does not support G3-based systems.
Ever heard of OS 9.5? Or .3 and up, for that matter?
Microsoft did it with the MS-DOS step up disk.
But does it make sense to do a speed and stability upgrade only? That sounds like a 10.5.X, not a 10.6! Has a new version of Mac OS (or Windows or a Linux distribution for that matter) ever been released with nothing new to offer? I think both the strange two words cat name and the lack of new features are both very unlikely...
OS X is UNIX 03 certified.
Linux is a Unix-like Operating System that is mostly UNIX 03 compliant.
The Linux Kernel is purely Monolithic.
The OS X Kernel is Micro-Monolithic.
RISC and x86 are Chip Architectures representing two different worlds of Assembly and system designs for basic CPU designs.
As has been pointed out, x86 today is a wrapped hybrid of RISC.