I'm glad to be helpful.Thank you for making me aware of the change.
I'm glad to be helpful.Thank you for making me aware of the change.
I'm glad to be helpful.
I was going to post the 32/64-bit Geekbech results in my original response.http://www.geekpatrol.ca/2006/09/32-bit-vs-64-bit-performance
Here's an interesting bit - Geekbench tests of 32 vs 64 bit on PPC and Intel.
64-bit 5% to 7% faster in Intel
64-bit 10% slower on PPC G5
Some useful info in the discussion section as well.
It looks like we don't get any video card drivers. I still show the original ones from March 2006.
*coughs* Mobility X1600 */cough*You should download the latest drivers from the ATI (or Nvidia if that is the card you have) website, not stick to the ones Apple provide.
Less rebooting and full system hardware resource support as well.Oh damn, just sprang for Parallels because it supported Vista and I didn't have a full copy of XP to use with Boot Camp. I wonder if there's any advantage to having Parallels and Boot Camp [rubs chin]...
Nice! Between this and Parallels being able to use the Bootcamp partition, I'm in heaven![]()
Ohhh, it can? I'm a serious Mac newbie and I'm still wrapping my head around how Parallels is used. How does this work?
Hi,
I just installed the new drivers from bootcamp 1.2 b on XP 32-bit
I thought that the Chipset drivers or something will help to recognize the whole RAM on our Macpros ( 4GB) but it doesn't...
Does somebody know a way to do that ? We have huge 3D scenes to render, and 2 more GB will be useful !
Florian.
XP doesn't recognize more than 2GB...
[INDENT]C:\> psinfo \\localhost
PsInfo v1.74 - Local and remote system information viewer
Copyright (C) 2001-2005 Mark Russinovich
Sysinternals - www.sysinternals.com
System information for \\localhost:
Uptime: 15 days 19 hours 22 minutes 19 seconds
Kernel version: Microsoft Windows XP, Multiprocessor Free
Product type: Professional
Product version: 5.1
Service pack: 2
Kernel build number: 2600
Registered organization:
Registered owner:
Install date: 2003-05-14, 14:33:46
Activation status: Activated
IE version: 7.0000
System root: C:\WinXP
Processors: 2
Processor speed: 3.0 GHz
Processor type: Intel(R) Xeon(TM) CPU
Physical memory: [COLOR="DarkRed"][B] 3584 MB[/B][/COLOR]
Video driver: NVIDIA Quadro4 900 XGL[/INDENT]
When I first installed on my Mac Pro there was an issue with the hard drive drivers not being correct and having slow transfer speeds.
...
I have not used XP much at all, so has that been fixed? Would I have to reinstall from scratch or would the new drivers and Boot Camp fix that?
How bout we skip the updates and get on with Leopard?![]()
does this mean that i need to re-install windows to get it to update?
Perhaps true on a MacIntel, but not true on a real PC.
XP can recognize 4 GiB minus whatever address space is reserved by the system for I/O space, VRAM mapping and other system needs.
Actually, it can be "odd" even if you have less than 2 GiB of RAM - since the "oddity" is how virtual memory is laid out.As for how it works with 4 GB (or, indeed, any amount above 2 GB,) it is odd.
I didn't think that it was conceivable to run NT with virtual memory turned off. Is this a brain fart from OS9 days?Regardless of how much physical RAM you have, as long as you have virtual memory turned on
Windows will allocate up to 4 GB of RAM to each program. Of this, a dedicated 2 GB is given to the program, and 2 GB is 'shared' kernel memory. (i.e. the Windows kernel uses up to 2 GB, and this same 2 GB is shared among all programs, for executing kernel-level processes.)
This means each given 32-bit program on 32-bit Windows really only gets 2 GB of RAM to use, regardless of how much memory is actually in the system.
This is not a "hack" - there's a documented and supported boot qualifier to change the process/system region from 2Gib/2Gib to 3Gib/1GiB. In "boot.ini", add the qualifier "/3GB" to the boot command line.You can hack Windows to allow up to 3 GB per program, which reduces the 'shared kernel' memory to 1 GB.
64-bit Windows, of course, allows full access to all 64-bit programs.