Apple decided that one button was already one too many, so they've gone to the no-button mouse, instead.
Next up: the keyless keyboard
Not quite, but how about... the

Apple decided that one button was already one too many, so they've gone to the no-button mouse, instead.
Next up: the keyless keyboard
That's a totally ways off comparison - When 64-bit Windows dropped 16 bit support, Microsoft was still selling 32-bit Windows. Most importantly very few were still running 16-bit code at the time - even when compared to how many people still run 2007 Mac Pros.
Microsoft making vendors write 64-bit drivers was a good thing - didn't hurt me as a consumer. Microsoft's 64-bit transition was arguably the best - people buying Windows 7 machines today don't even notice it for the most part.
Not sure why people are pissed. It's not like your Mac will stop working when ML is released. Apple isn't forcing you to upgrade. You can keep running SL or Lion as long as you want.
As for Apple not re-writing the drivers to support the older Macs, I'm all for them. I'm a developer myself and it requires a lot of time to maintain 32bit and 64bit builds. I'm surprised Windows still supports 32bit. Hopefully with Windows 9 they drop it. Supporting multiple platforms and old hardware makes the OS bloated and more prone to bugs.
You're forgetting all the external USB/other peripherals though, like printers, scanners, webcams, etc...![]()
They still are selling 32-bit Windows. My point is that they did need to break compatibility in order to make the transition.
Mine (early 2008) says
Model Name: Mac Pro
Model Identifier: MacPro3,1
Processor Name: Quad-Core Intel Xeon
Processor Speed: 2.8 GHz
Number Of Processors: 2
It's listed as EFI64 although it also says the default mode is 32-bit in Mac OS X (client), 64-bit in Mac OS X Server.
Is that different than what you are describing?
How is the mode determined / changed (32-bit <-> 64-bit)?
Although people.......
I didn't think of this! So basically Apple will just leave everyone who upgraded OSX last year when the new one comes out in terms of support and essential security updates, which, as far as I'm concerned it is responsible for for a LONG time?
Maybe 5 years, but I would say yes they should receive updates for year 3 - 4.
The common ground for comparison if there is one with the Microsoft vs Apple 64-bit transition debate is that breaking 16-bit compatibility which few cared about and was fixed by using XP Mode is different than breaking compatibility with not-so-old perfectly capable 64-bit hardware.
If Microsoft said Windows 8 will not work with 64-bit machines prior to 2008 (which Win 7 worked great with) then you would have a point.
Just going over some details in my head. Correct me if I'm wrong (likely am).
New Revisions of OSx typically drop hardware support for machines 3-5 years old.
Apple only offers patches, hotfixes and support towards the current OS release and 1 prior release (Lion and SL now).
Once ML comes out, Snow Leopard goes into EOL and stops receiving any patches or security updates.
So if you're on hardware that supports SL, but cannot run Lion / ML. you have no choice but to replace the hardrware itself to keep up to date, When in reality the hardware itself is more than capable of running your average daily task of today.
if you don't replace your hardware, the most you will get is 1 more year of support if you can get Lion installed.
Effectively Apple has railroaded the users base into planned obsolescence of 2-3 years before they are basically trapped running unsupported OS.
If this isn't done asa pure money making scheme, than I'm a monkey's uncle
To put it in perspective, Snow Leopard looses new security updates in a couple of weeks, Windows 7 was released at about the same time and will get security updates to 2020.
Apple should change their security update policy to reflect the time they supported previously (4-6 years depending on the release) - with a yearly OS release cycle, 2 years is not enough for security support.
To put it in perspective, Snow Leopard looses new security updates in a couple of weeks, Windows 7 was released at about the same time and will get security updates to 2020.
Also, Macrumors what did you do to my downvote button? I can't unleash anonymous justice on posts I disagree with now
Source ? Why would they need to rewrite things like say POSIX support ? The VFS layer ? HFS support ? I don't think you understand how big an operating system is if you feel "rewritting from the ground up" is even an option.
$ diff AppleNVRAM.cpp AppleNVRAM.cpp-1699
4c4
< * Copyright (c) 1998-2000 Apple Computer, Inc. All rights reserved.
---
> * Copyright (c) 1998-2008 Apple Computer, Inc. All rights reserved.
88,90c88,90
<
< if ((buffer == 0) || (length <= 0) || (offset < 0) ||
< (offset + length > kNVRAMImageSize))
---
>
> // length and offset can't be less than zero (unsigned), so we don't check
> if ((buffer == 0) || (length == 0) || (offset + length > kNVRAMImageSize))
127,128c127,128
< if ((buffer == 0) || (length <= 0) || (offset < 0) ||
< (offset + length > kNVRAMImageSize))
---
> // length and offset can't be less than zero (unsigned), so we don't check
> if ((buffer == 0) || (length == 0) || (offset + length > kNVRAMImageSize))
I agree Apple should update its security policy, and be more explicit. However, I don't think it is fair to say that Snow Leopard will lose security updates in 2 weeks. Apple is still releasing security updates for Leopard.
Apple is definitely focused more on consumers than enterprises. Enterprises tend to keep computers longer and use older software. That's partly why Microsoft support is as good as it is. However, with Windows 8, I can see the seeds of change in Redmond, as well. I wouldn't be surprised if "Desktop" support gets deprecated in Windows 9 (perhaps akin to Windows XP Mode in Windows 7), and if it drops native support for APIs other than those compatible with Metro.
They must have a better reason than graphics drivers.
Update the damn drivers! Well Apple, I guess I won't be upgrading any of my machines to Mountain Lion - you see, the thing is I'm in IT and I need to keep all machines up-to-date with the same software set. I can't have 1/2 of the machines on Lion, and the other half on Mountain Lion, so I guess that's the end of the road for you getting my business...
Here's the problem, you've dropped machines that are too new. You're cutting them off in the middle of a 5-year depreciation cycle. You need to support your machines with software updates for a least 5 years - now I understand why businesses dropped you guys in the '90's.
Hello Linux (still not going to migrate to Windows).