The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    32-bit Vista? 64-bit Vista?

    Discussion in 'Windows OS and Software' started by Harleyquin07, Sep 8, 2007.

  1. Harleyquin07

    Harleyquin07 エミヤ

    Reputations:
    603
    Messages:
    3,376
    Likes Received:
    78
    Trophy Points:
    116
    Most notebook vendors when advertising the version of Vista don't specify which type they offer. I can only assume then that Basic, Premium, Enterprise and Ultimate are actually the 4 variants of 32-bit Vista. Is that correct?
     
  2. wuzertheloser

    wuzertheloser Notebook Deity

    Reputations:
    52
    Messages:
    1,034
    Likes Received:
    0
    Trophy Points:
    55
    that is correct. you'd have to call them and specify 64-bit vista if you want it i think.
     
  3. Storm3016

    Storm3016 Notebook Evangelist

    Reputations:
    55
    Messages:
    614
    Likes Received:
    0
    Trophy Points:
    30
    Almost, for all versions with the exception of Vista basic (witch only exists in a 32 bit version as far as i know) there are 32 bit and 64 bit versions of versions.
    Then there are of course the oem-versions of all versions but i think you get it by now... ;)
     
  4. swarmer

    swarmer beep beep

    Reputations:
    2,071
    Messages:
    5,234
    Likes Received:
    0
    Trophy Points:
    205
    Nope... even Basic exists in 32-bit and 64-bit versions.
    Only Starter Edition (which is not sold in the U.S. among other countries) does not have a 32-bit version.
    http://www.microsoft.com/windows/products/windowsvista/editions/64bit.mspx

    But anyway, most vendors are pre-installing the 32-bit versions because it has better hardware driver support (and better support for legacy software too). Computer vendors can do what they want though. I heard something about HP preinstalling 64-bit Ultimate, if you select Ultimate on certain machines. So if you're getting Ultimate from HP, you'd better double-check. Otherwise it's generally 32-bit.
     
  5. Harleyquin07

    Harleyquin07 エミヤ

    Reputations:
    603
    Messages:
    3,376
    Likes Received:
    78
    Trophy Points:
    116
    64-bit Vista is good if your notebook has 4GB and up of system RAM right? I read somewhere that having more than 2GB of RAM in a 32-bit OS is completely useless even if the notebook GPU uses memory sharing technology.
     
  6. Les

    Les Not associated with NotebookReview in any way

    Reputations:
    4,706
    Messages:
    5,391
    Likes Received:
    1
    Trophy Points:
    0
    64 Bit can handle up to something like 188Gb of RAM...
     
  7. DurablePants

    DurablePants Notebook Consultant

    Reputations:
    3
    Messages:
    126
    Likes Received:
    0
    Trophy Points:
    30
    i think 32bit will see up to 3.5gigs right?
     
  8. Les

    Les Not associated with NotebookReview in any way

    Reputations:
    4,706
    Messages:
    5,391
    Likes Received:
    1
    Trophy Points:
    0
    Yup.......
     
  9. trebuin

    trebuin Notebook Evangelist

    Reputations:
    353
    Messages:
    507
    Likes Received:
    0
    Trophy Points:
    30
    Memory Limits explained:

    32 bit system uses address like this in binary rage:

    00000000.00000000.00000000.00000000 to
    11111111.11111111.11111111.11111111 similar to internet ips. We're familiar with this format:

    0.0.0.0 to 256.256.256.256...looks familiar, doesn't it? You get this by taking 2^8 power for each point.

    total address would be 2^32 and to translate this to Gigs, just divide it by 1024 a few times bringing it from bites to GB:

    2^32=4294967296 B
    /1024=4194304 KB
    /1024=4096 MB
    /1024=4 GB

    Thus you get the physical 32 bit limit of 4 gigs. There is no way around this, despite what you heard. Video memory and other installed memory will count against this, not virtual memory or separated memory like caches. that's why in XP you see slightly less that 4 gigs.

    as for 64 bit:
    physical limit: 2^64 or 17179869184 Gigs
    Microsoft opted to place a software limit that varies according to what you purchased...doesn't that suck?

    Anyhow, now you know something that you probably will never use :)