Slashdot Mirror


Windows XP X64 Goes Gold

Kasracer writes "According to The Inquirer, 'Microsoft has released the final version of Windows XP 64 to manufacturing, meaning that those with machines that have 64-32 bit processors in from AMD and latterly Intel can now see what the extra addressing brings to the party.'"

19 of 359 comments (clear)

  1. If it went gold by Anonymous Coward · · Score: 5, Funny

    ...why are they so afraid of pyrites?

    1. Re:If it went gold by Everleet · · Score: 5, Funny

      Steeling it should be easy, just watch out for coppers.

      --
      It's tragic. Laugh.
    2. Re:If it went gold by Anonymous Coward · · Score: 5, Funny

      Steeling it should be easy, just watch out for coppers.

      That's not what I've been lead to believe, but your statement gives me a silver of hope.

    3. Re:If it went gold by Kevin+Khatchadourian · · Score: 5, Funny

      A waste of a silver tongue but it lead to this you guys need a kick in the brass, that's what I zinc at least.

    4. Re:If it went gold by kclittle · · Score: 5, Funny
      I think you guys are trying to be funny, but I'm not sure -- I have such a tin ear for puns.

      --
      Generally, bash is superior to python in those environments where python is not installed.
  2. Longhorn by Daxx_61 · · Score: 5, Interesting

    What I don't understand is why they didn't just pump the money and development time for 64 into Longhorn. Surely that would have brought down development times, and we could have it sooner?

    --
    Quoth the server, "404."
    1. Re:Longhorn by netrage_is_bad · · Score: 5, Insightful

      It for the Money. If everyone with a 64bit processor buys an essentially recompiled version of XP, and then buys longhorn when it comes out (whenever that is) they have successfully sold one more product than they would have.

  3. Heh by strider44 · · Score: 5, Funny

    we can now say "finally Windows has caught up with Linux".

    Cue the candid laughter everyone.

    1. Re:Heh by Waffle+Iron · · Score: 5, Informative
      NT4 for Alpha was pure 64-bit

      It's highly debatable whether you could call it "pure 64-bit". A description of the implementation from here:

      Also, the Windows NT implementation on the Alpha was not really true 64 bit, but used a less ambitious system called VLM to allow access to more memory than 32 bit system. Here's a quote from Microsoft about it:
      "As you can see, the VLM APIs don't constitute true 64-bit computing. Sure, you can allocate and use this memory if it's physically present, meaning that virtual memory doesn't work with these addresses. But 99.44 percent of the Win32 API can't work with addresses above 4GB, so it's just you and your 64-bit pointers. Think of it as frontier territory with no newspapers, running water, or phone lines."
  4. can now? by Anonymous Coward · · Score: 5, Informative

    that those with machines that have 64-32 bit processors in from AMD and latterly Intel

    (1) The opteron is a true 64-bit architecture. The em64t (intel thing) is a bit of a bodge (still basically a xeon core, with shades of 32-bit-ness in odd places like memory mapping for devices), but still appears 64 bit.

    (2) Linux people have been running x86-64 Linux for _ages_ now. It's a cheap and cheerful server platform without some of the worst cruddiness of x86, and a cheap, extremely cost effective, and generally excellent scientific workstation and compute cluster platform, and is selling like wild here (euro) anyway.

    1. Re:can now? by Anonymous Coward · · Score: 5, Informative

      Look around for the implications of EM64T not having an IOMMU like AMD64 does. This is what the guy was talking about.

      With EM64T you can't do DMA from devices to addresses above 32bit. This means that the transfers have to be done into a buffer below 4Gb and then copied over to the application buffer (above 4Gb). This implies a serious performance penalty and puts EM64T out of the "true 64bit" bag.

  5. Don't get *too* excited yet... by pla · · Score: 5, Informative

    meaning that those with machines that have 64-32 bit processors in from AMD and latterly Intel can now see what the extra addressing brings to the party.

    ...Unless you want to run hardware not built into a mainstream motherboard with support included in XP.

    ...Unless you want to run software using a legacy 16-bit installer (far more common than you might expect, even for programs that don't have a drop of 16-bit code themselves).

    XP for x64 has NO 32-bit hardware driver support. Very very few manufacturers have x64 drivers available yet. Thus, don't feel surprised when you literally can't use any of your fancy toys. On the bright side, NVidia does have beta 64-bit drivers available, so you might luck out. Of course, considering the stability of final-release NVidia drivers, do you really want to use a beta?

    XP x64 has also completely dropped 16bit support. No more old DOS programs. No more Win3.1 programs. More importantly (as I mentioned above), no more installers that used 16 bit code, even for purely 32-bit programs.

    I too look forward to running XP x64 on my Athlon64. But for the moment, the average Joe just doesn't have that as a realistic option. In another six months, perhaps. But not yet.

  6. It's all fun and games... by Anonymous Coward · · Score: 5, Funny

    "Anyone aware of a list of Windows software (perhaps on MS's site) that'll benefit from it?"

    Solitaire.

  7. Re:Is this Longhorn? by MoonFog · · Score: 5, Informative

    No, Longhorn is the (code) name for the next version of Windows. XP-64 is just an upgrade, adding the 64 bit addressing possibilities to the Windows XP OS.

    Longhorn will not be out until next year at the earliest.

  8. Re:Oh good... -- No, you are incorrect by Ada_Rules · · Score: 5, Funny
    ...now I get to have twice as many problems than I have now with XP 32? :)
    This is a common misconception. 64 bit computing does not give you twice as many problems as 32 bit computing. Each time you add a bit you double the problems so in fact you will have 2**32 more problems. The only issue I see is that many of the problems do not really show any increase at 64 bits yet so we will have to wait a while for all of the vendors to port them. I hope this clears things up ;)
    --
    --- Liberty in our Lifetime
  9. Re:Is it worth upgrading? by KidHash · · Score: 5, Informative

    It depends, what do you use your laptop for? Unless you're doing scientific work, or playing a game which is 64-bit optimized, then no.

    And even if you are doing those things, only if the drivers are available.

    Basically, hold off unless you have no choice

  10. "extra addressing...." by Anonymous Coward · · Score: 5, Informative

    The advantages of the AMD-64 archetecture go far beyond the additional address space. The number of general purpose registers is doubled (and, of course made 64 bits wide). This is far more important than the increased address space and, for most code more important than being 64 versus 32 bit.

    Translation: If you've never heard of a register, what this means is that there are twice as many internal storage locations in the processor. moving data between internal registers suffers from no delay, while accesses to memory (ram) is slow and processing cycles can be lost to wait states - basically the processor must pause and wait for the memory access to get done.

    This is why most code when recompiled for the new architecture will see an immediate performance improvement. Some code will see gains from the 64 bit width of these registers - but not as much. Virtually no one will see a benefit from being able to use more than 4gb of ram.

  11. Re:Is there a list of softare ready for it? by ergo98 · · Score: 5, Informative

    With the .NET Framework as "64-bit native", all .NET apps will immediately benefit, and the JIT compiler can take advantage of all of the goodness of x64.

    In the binary world, an upcoming version of SQL Server 2005 x86 is promised.

  12. Re:Is there a list of softare ready for it? by ergo98 · · Score: 5, Informative

    I should note that the 64-bit .NET Framework isn't actually out yet: I don't believe it was delivered with the 64-bit XP. That was more of a "future focused" comment about an upcoming variant of the .NET Framework 2.0 that will be 64-bit.