Recommended Posts

Obviously. Thanks for the answer. My mind is now blown. :rolleyes:

I just want to know, because if there are actual reasons (drivers, applications/hardware not functioning correctly) then I currently have no real reason to buy Snow Leopard. I was going to buy it for 64bit.

Currently, the only thing I really want is the new BootCamp drivers and 64-Bit.

Apple's UK online store is now listing a shipping date for the OS X Snow Leopard "Up-to-Date" program of "by August 28th". The listing comes on the heels of reports from several sources in recent days that Snow Leopard would see an August 28th launch, ahead of Apple's previously-announced September launch window.

A brief survey of the equivalent page at Apple's online stores for a number of other countries currently shows all of them still listing an estimated shipping date of September.

The page appears to only be an informational listing, as users are unable to order Up-to-Date discs directly via the product page in Apple's online store. Customers must first verify that they are eligible for the program through the main Up-to-Date program page, which restricts participation to users who purchased a Mac on or after June 8th, 2009.

Site:MacRumors.com

I just want to know, because if there are actual reasons (drivers, applications/hardware not functioning correctly) then I currently have no real reason to buy Snow Leopard.

32-bit and 64-bit extensions can be loaded against 32-bit ELF format binaries, the same is not true of 64-bit ELF binaries on Mac OS X.

All of the things you think 64-bit operating systems do will still happen with the OS running a 32-bit kernel_task.

I was going to buy it for 64bit.

64-bit support, like 'security', is scalar not boolean. 10.3 was (for example) +3 on the way to 64-bittyness. 10.4 was +6, 10.5 is +7 and 10.6 is +11. The next version might be +17.

Apple's UK online store is now listing a shipping date for the OS X Snow Leopard "Up-to-Date" program of "by August 28th". The listing comes on the heels of reports from several sources in recent days that Snow Leopard would see an August 28th launch, ahead of Apple's previously-announced September launch window.

A brief survey of the equivalent page at Apple's online stores for a number of other countries currently shows all of them still listing an estimated shipping date of September.

The page appears to only be an informational listing, as users are unable to order Up-to-Date discs directly via the product page in Apple's online store. Customers must first verify that they are eligible for the program through the main Up-to-Date program page, which restricts participation to users who purchased a Mac on or after June 8th, 2009.

Site:MacRumors.com

The US Store has also updated their Ship Date for the Up-to-Date Program to August 28 :woot:

Up-to-Date

The US Store has also updated their Ship Date for the Up-to-Date Program to August 28 :woot:

Considering that's a week from tomorrow, it pretty much confirms that 10A432 is in fact the RTM build.

32-bit and 64-bit extensions can be loaded against 32-bit ELF format binaries, the same is not true of 64-bit ELF binaries on Mac OS X.

All of the things you think 64-bit operating systems do will still happen with the OS running a 32-bit kernel_task.

64-bit support, like 'security', is scalar not boolean. 10.3 was (for example) +3 on the way to 64-bittyness. 10.4 was +6, 10.5 is +7 and 10.6 is +11. The next version might be +17.

I understand that the same limitations against a 32bit Windows have absolutely no bearing inside of UNIX. Now, If I am understanding your first statement, then drivers will be okay, but applications that utilize 32 bit drivers (audio recording applications) will not be unless they are updated to support 64 bit, which is exactly what I worry about. There are many applications I use that haven't been updated in a while and the last thing I want to do is break them. I'm assuming this was another reason to only be able to optionally boot into 64 bit. I could upgrade to Snow Leopard, but even running in 32-bit mode, some applications based on customization will no longer function properly.

Based on my system specifications, applications running under Leopard can already utilize upwards of 4GB of RAM, which is the current amount of I have installed and supported on my 1st-gen unibody, again defeating the purpose of going to 64-bit in Snow Leopard. As Apple says themselves, their own 64 bit applications are upwards of 1.5x's faster than their 32 bit counterparts. Am I right in assuming that this is based on 64-bit CPU being able to handle multi-threaded mathematical operations quicker than 32 bit?

The 32-bit Kernel has been updated to support 64-bit, so truly, the only reason to use the "true" 64 bit kernel is because you need more than 32GB of RAM?

Correct me if I am wrong in my assumptions. If I am right, I could live with some of the problems I will face for improvements in overall speed within the OS.

Clearly they didn't want to let slip that it'll be shipping as of next Friday.

That was the odd part, its one thing if the UK store accidentally listed it as August 28, but then to have the US store change it from September to August, then back to September. I get the feeling that the people at Apple are well aware of us salivating animals and are toying with us.

So what was the point of touting 64bit if they are defaulting everything but XServes to 32 bit?

If you hold down the 6 and the 4 during boot you will boot into full (including the kernel) 64bit. There is also a simple command to force this at boot but I don't remember it off the top of my head, you can google it pretty easily though. I'm not sure what if any added bonus you'll get from booting full 64-Bit mode... everyone wants it because it sounds better and suppose to be better but does anyone actually know what about booting to full 64-Bit would/will be different or better? That's not a rhetorical, I really want to know.

ow, If I am understanding your first statement, then drivers will be okay, but applications that utilize 32 bit drivers…will not be unless they are updated to support 64 bit

The number of bits of kernel_task has nothing to do with what sort of applications you can run.

It's almost certain applications will break - but it's not because kernel_task "hasn't got enough bits". kexts must be appropriate to the kernel they're running on: as of now they're all 32-bit. There's no reason a kernel extension can't expose a 64-bit compatible interface to user land applications

, some applications based on customization will no longer function properly.

That has nothing to do with the compile options and everything to do with changing memory locations, file layout, and closing loop-holes that people used to write those programs.

kernel_task is so far removed from things like shapeshifter (or whatever people use now) that you may as well blame it on the "blackness" of the keys on your keyboard changing.

As Apple says themselves, their own 64 bit applications are upwards of 1.5x's faster than their 32 bit counterparts.

That's all fine and well - but it again has nothing to do with kernel_task being 64-bit or not.

everyone wants it because it sounds better and suppose to be better but does anyone actually know what about booting to full 64-Bit would/will be different or better? That's not a rhetorical, I really want to know.

aye your right, although I don't get how Apple can sit around advertising it as 64bit when it doesn't use it by default. My guess is that they'll eventually change that in one of the point releases.

The number of bits of kernel_task has nothing to do with what sort of applications you can run.

It's almost certain applications will break - but it's not because kernel_task "hasn't got enough bits". kexts must be appropriate to the kernel they're running on: as of now they're all 32-bit. There's no reason a kernel extension can't expose a 64-bit compatible interface to user land applications

That has nothing to do with the compile options and everything to do with changing memory locations, file layout, and closing loop-holes that people used to write those programs.

kernel_task is so far removed from things like shapeshifter (or whatever people use now) that you may as well blame it on the "blackness" of the keys on your keyboard changing.

That's all fine and well - but it again has nothing to do with kernel_task being 64-bit or not.

I'm not exactly sure what you are trying to do here. I asked you a question and rather than actually answer it, you broke apart my quotes and used them against me out of context. Where did I say applications are going to break because of bits? I said they wouldn't run because of their dependencies. If you are not going to answer my questions, then please don't pick apart my sentences to argue your points. Your condescending attitude with me is pretty ridiculous, considering you are a MVC.

I'm not sure how to say this without upsetting your sensibilities so I'll try to be as plain as possible.

You asked:

So what was the point of touting 64bit if they are defaulting everything but XServes to 32 bit?

The most direct response is Mac OS X 10.6 is 64-bit capable on 64-bit systems by any reasonable measure, even with kernel_task running as a 32-bit process.

Your concerns about compatibility of old applications would be a concern under 64-bit or 32-bit kernel task.

Your concerns about application performance are not impacted by the type of kernel_task running.

The amount of memory addressable by application isn't impacted by the type of kernel task.

etc, etc, etc.

The assertions you've made so far only hold true if 64-bit support is a binary property (like pregnancy: it is or it isn't) and if that property is determined by the 'bittedness' of kernel_task. 64-bit support is a scalar property (like obesity: ranging from Michael Phelps to Rosie O'Donnell).

So to answer your original question: "Why does Apple make the following claims, in spite of kernel_task being a 32-bit process on most hardware:

  • Snow Leopard takes the next big step by rewriting nearly all system applications in 64-bit code?
  • ?Crunch twice the data per clock cycle, which can dramatically speed up numeric calculations and other tasks
  • Nearly all system applications?are now built with 64-bit code.
  • Snow Leopard is ready to support up to 16 terabytes of RAM
  • 64-bit applications can keep their data out of harm's way thanks to a more secure function argument
  • ?memory on the system heap is marked using strengthened checksums?
  • 64-bit applications in Snow Leopard deliver faster performance at common operations

They make those claims because they're all true no matter what sort of kernel_task your mac is running.

You still haven't answered some of my questions, but okay. You have repeated yourself three times now (all answering my original question, but not the new questions), which I understood after your first post. I have said in a round about way that there is no real reason to use the 64-bit kernel, because as you originally stated, the 32-bit kernel handles 64 bit . I'm not sure why you are continuing to argue that point when I have tried to get passed my original statement.

Don't worry about it anymore. We are wasting each others time at this point.

I'm not sure how to say this without upsetting your sensibilities so I'll try to be as plain as possible.

You asked:

The most direct response is Mac OS X 10.6 is 64-bit capable on 64-bit systems by any reasonable measure, even with kernel_task running as a 32-bit process.

Your concerns about compatibility of old applications would be a concern under 64-bit or 32-bit kernel task.

Your concerns about application performance are not impacted by the type of kernel_task running.

The amount of memory addressable by application isn't impacted by the type of kernel task.

etc, etc, etc.

The assertions you've made so far only hold true if 64-bit support is a binary property (like pregnancy: it is or it isn't) and if that property is determined by the 'bittedness' of kernel_task. 64-bit support is a scalar property (like obesity: ranging from Michael Phelps to Rosie O'Donnell).

So to answer your original question: "Why does Apple make the following claims, in spite of kernel_task being a 32-bit process on most hardware:

  • Snow Leopard takes the next big step by rewriting nearly all system applications in 64-bit code?
  • ?Crunch twice the data per clock cycle, which can dramatically speed up numeric calculations and other tasks
  • Nearly all system applications?are now built with 64-bit code.
  • Snow Leopard is ready to support up to 16 terabytes of RAM
  • 64-bit applications can keep their data out of harm's way thanks to a more secure function argument
  • ?memory on the system heap is marked using strengthened checksums?
  • 64-bit applications in Snow Leopard deliver faster performance at common operations

They make those claims because they're all true no matter what sort of kernel_task your mac is running.

Posts like this make me wonder what the point of the MVC badges are. You aren't answering his questions you are just being very condescending without actually saying anything of su;)tance. ;) just going around and around.

Posts like this make me wonder what the point of the MVC badges are. You aren't answering his questions you are just being very condescending without actually saying anything of substance. ;) just going around and around.

+1

Things can be explained without the technical speak... Overusing it just seeks to make one look like he/she is trying to prove something. Simple answers offer the best solution.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • OpenAI is rolling out a major upgrade to ChatGPT memory by Pradeep Viswanathan OpenAI is rolling out a major upgrade to ChatGPT's memory, making the system more capable, current, and scalable across long-term use. Memory allows ChatGPT to remember useful details about users, including their preferences, projects, and constraints. Instead of starting every conversation from scratch, ChatGPT can use this context to provide more relevant responses in future chats. OpenAI first launched saved memories in February 2024. That feature allowed users to explicitly ask ChatGPT to save information into its memory, such as travel plans or writing preferences. However, this system had limits because it depended heavily on users giving clear instructions to remember something. Additionally, saved memories could become stale over time. In April 2025, OpenAI expanded memory by allowing ChatGPT to reference past chat context outside the saved memories list. This was powered by a background process called “dreaming,” which automatically curates memories from chat history. This made ChatGPT better at learning from natural conversation without requiring users to manually save every detail. Today, OpenAI announced a more capable and compute-efficient memory architecture built on top of dreaming. This new system improves ChatGPT’s ability to carry forward useful context, follow user preferences, and remain accurate as time passes. According to OpenAI’s internal evaluations, the new system improves factual recall from 67.9% in 2025 to 82.8% in 2026. Preference adherence improves from 55.3% to 71.3%, while accuracy over time improves from 52.2% to 75.1%. The best part of this new system is a new memory summary page where users can review ChatGPT's memories. Users can even update details, correct information, or give instructions on what topics ChatGPT should bring up and when. This new, improved memory system is available to ChatGPT Plus and Pro users in the US starting today. It will roll out to more countries, as well as Free and Go users, in the coming weeks.
    • I work for a video production company in Australia. The camera operators shoot footage and then pass the SD card over to the editors. Much easier than handing over the entire camera. Plus, on a busy day you can hand off the SD card and then pop another in for the next shoot. Or, you might have used multiple SD cards because you need the extra space for a long shoot. I also use USB cables and wifi for transferring footage, but in many cases an SD card reader is the easiest method.
    • Microsoft Edge 149.0.4022.52 by Razvan Serea Microsoft Edge is a super fast and secure web browser from Microsoft. It works on almost any device, including PCs, iPhones and Androids. It keeps you safe online, protects your privacy, and lets you browse the web quickly. You can even use it on all your devices and keep your browsing history and favorites synced up. Built on the same technology as Chrome, Microsoft Edge has additional built-in features like Startup boost and Sleeping tabs, which boost your browsing experience with world class performance and speed that are optimized to work best with Windows. Microsoft Edge security and privacy features such as Microsoft Defender SmartScreen, Password Monitor, InPrivate search, and Kids Mode help keep you and your loved ones protected and secure online. Microsoft Edge has features to keep both you and your family protected. Enable content filters and access activity reports with your Microsoft Family Safety account and experience a kid-friendly web with Kids Mode. The new Microsoft Edge is now compatible with your favorite extensions, so it’s easy to personalize your browsing experience. Microsoft Edge 149.0.4022.52 changelog: Migration to improved V2 architecture for Workspaces. Workspaces, introduced in Edge in 2022, allows users to create durable sets of tabs that can be saved and shared with others. In order to improve reliability and performance of this feature, the following changes are being made: Migrating data for saved Workspaces from OneDrive/SharePoint to Edge Sync service Removing the collaboration/share functionality of this feature For organizations who have disabled Sync through policy, the existing v1 Workspace data will still be migrated to the new architecture. New v2 Workspaces created after migration won't sync across devices and will remain local to each device. This update occurs on a progressive rollout beginning in Edge Stable v145 and will continue rolling out in Edge v149. For more information, see Getting started with Microsoft Edge Workspaces. Feature Updates Passkey Sync for Enterprise Users. Microsoft Edge is introducing support for passkey synchronization for enterprise users, enabling secure, passwordless authentication across devices. Passkeys created in Edge can now be synced seamlessly, improving sign-in experience while maintaining strong security standards. Note: This is a controlled feature rollout. If you don't see this change, check back as we continue the rollout. Enterprise WebView2 runtime downgrade via DowngradeVersion policy. Administrators can temporarily roll back specific applications to a previous WebView2 Evergreen Runtime version (N-1 or N-2) using the new DowngradeVersion policy in msedgewebview2.admx. The Downgrade Version policy allows enterprises to mitigate critical regressions by specifying per-application exe-to-version mappings. The Edge Updater installs the target version side-by-side, and the WebView2 Loader redirects targeted apps accordingly. Downgrades auto-expire with each new WebView2 release: apps pinned to N-1 remain on the same version (now becoming N-2) and will auto-update in the next release, while apps pinned to N-2 will revert to the current Evergreen version. The policy applies only to enterprise-managed devices (domain-joined or MDM-enrolled). For more information, see Microsoft Edge WebView2 Policy Documentation | Microsoft Learn. Collections retirement. Collections has been removed in this update. Users can no longer access or use the feature. To keep saved content, users can export it, or move all pages to Favorites before updating to Microsoft Edge Stable 149. For more information, see Organize your ideas with Collections in Microsoft Edge - Microsoft Support. Modern, unified, and updated Look and Feel. Microsoft Edge has updated the Look and Feel to give customers a unified experience across all of Microsoft AI surfaces including Copilot and Bing. This changes multiple elements of the UX such as spacing, corners, fonts, default colors, etc. Clarify choices surrounding third-party cookie settings. Language under Settings > Privacy, search, and services > Cookies are clarified to better describe the choices users have in managing third-party cookies. Custom primary password retirement. Users are no longer able to create a new custom primary password in Edge Settings edge://settings/autofill/passwords/settings. Any users who are still using a custom primary password will be automatically migrated to device authentication. Additionally, the PrimaryPasswordSetting policy will no longer support the WithCustomPrimaryPassword option. For more information, see Keep your saved passwords private in Microsoft Edge | Microsoft Support. Unifying Copilot Chat policy controls. The Microsoft365CopilotChatIconEnabled policy is the standard for configuring Copilot Chat. Previously, this behavior was controlled by blocking the Copilot extension, either explicitly or by using the * wildcard via the ExtensionSettings or ExtensionInstallBlockList policies. Extension and sidebar policies no longer affect the appearance or functionality of Copilot Chat. Copilot address bar suggestions were also tied to extension policy settings. Starting in Microsoft Edge version 149, admins can use the CopilotAddressBarSuggestionsEnabled policy to manage this behavior. Intune MAM Protected Downloads. The protected downloads feature for Intune MAM is now available for BYOD (Bring Your Own Device) devices, which aren't managed by a tenant. Policy Updates / New policies CopilotAddressBarSuggestionsEnabled - Enable Copilot address bar suggestions CpuPerformanceTierOverride - Override for the CPU performance tier DataUrlInWebWorkerOpaqueOriginEnabled - Enable opaque origins for data URLs in Web Workers DefaultLocalFontsSetting - Default Local Fonts permission setting ForceForegroundPriorityForUrls - Force foreground priority for specific URLs LocalFontsAllowedForUrls - Allow Local Fonts permission on these sites LocalFontsBlockedForUrls - Block Local Fonts permission on these sites Deprecated policies WalletDonationEnabled - Wallet Donation Enabled (deprecated) EdgeWalletEtreeEnabled - Edge Wallet E-Tree Enabled (deprecated) Additional policy changes ForceForegroundPriorityForUrls - ForceForegroundPriorityForOrigins is renamed to ForceForegroundPriorityForUrls OnSecurityEventEnterpriseConnector - Add macOS platform support ProtectedContentIdentifiersAllowed - Remove macOS platform support Download: Microsoft Edge (64-bit) | 193.0 MB (Freeware) Download: Microsoft Edge (32-bit) | 170.0 MB Download: Microsoft Edge (ARM64) | 188.0 MB View: Microsoft Edge Website | Release History Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • User: "But is it good?" Microsoft: "Well, no. But it is less bad."
  • Recent Achievements

    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
    • Very Popular
      s0nic69 earned a badge
      Very Popular
    • Collaborator
      Asgardi earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      471
    2. 2
      PsYcHoKiLLa
      247
    3. 3
      Skyfrog
      80
    4. 4
      FloatingFatMan
      67
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!