Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Forums > Vista News

Vista SP1 RC through Windows Update!

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 12-13-2007   #31 (permalink)
Junior Member


Join Date: Nov 2007
Vista Ultimate x64
 
Rep Power: 7
erdemc is on a distinguished road
  erdemc is offline

Re: Vista SP1 RC through Windows Update!

I just installed it on my vista, vista works the same but i could get it installed on the second try .on the first try it took one and half hours to install it when the install is finished update failed screen poped up said "update failed reventing changes" (I first thought it was a joke)and of course i waited one hour more. i realised that sp1 doesnt support ultimate language packs when i uninstalled all my language packs it installed perfectly. i havent recognised any major difference. Dreamscene used to appear on windows update even when there was nothing to update that disappeared . Do you know if there are any updates since SP1 RC V.668 because WU havent found any since the sp1 installation???

My System SpecsSystem Spec
Old 12-13-2007   #32 (permalink)
Newbie


Join Date: Aug 2007
Vista64
 
Rep Power: 9
davidtb is on a distinguished road
  davidtb is offline

Re: Vista SP1 RC through Windows Update!

You will also get a count down to activation if you haven't activated your copy yet.
My System SpecsSystem Spec
Old 12-14-2007   #33 (permalink)
larryk's Avatar
Member


Join Date: Jun 2007
OS X/Vista Home Premium x86/Vista Ultimate x64
San Diego, CA
 
Rep Power: 23
larryk is a name known to alllarryk is a name known to alllarryk is a name known to alllarryk is a name known to alllarryk is a name known to alllarryk is a name known to all
  larryk is offline

Re: Vista SP1 RC through Windows Update!

After going back to Mac and making my PC strictly a gamer, I installed 32-bit for maximum gaming compatibility. After installing SP1RC, I saw something very interesting for all the 32-bit users out there...

Name:  4GB.jpg
Views: 565
Size:  20.2 KB

4G on 32-bit!
My System SpecsSystem Spec
Old 12-14-2007   #34 (permalink)
Member


Join Date: Nov 2007
Home Premium x64
 
Rep Power: 11
SilverWS602 has a spectacular aura aboutSilverWS602 has a spectacular aura aboutSilverWS602 has a spectacular aura about
  SilverWS602 is offline

Re: Vista SP1 RC through Windows Update!

Quote:
larryk
View Post
After going back to Mac and making my PC strictly a gamer, I installed 32-bit for maximum gaming compatibility. After installing SP1RC, I saw something very interesting for all the 32-bit users out there...

Attachment 2035

4G on 32-bit!
I thought that too... download the gadget that shows cpu/memory used (the one for dual/quad cores). Its still only 3.x gb. Also I believe task manager will only report 3.xgb too. Hence why I moved to 64 bit.
My System SpecsSystem Spec
Old 12-15-2007   #35 (permalink)
larryk's Avatar
Member


Join Date: Jun 2007
OS X/Vista Home Premium x86/Vista Ultimate x64
San Diego, CA
 
Rep Power: 23
larryk is a name known to alllarryk is a name known to alllarryk is a name known to alllarryk is a name known to alllarryk is a name known to alllarryk is a name known to all
  larryk is offline

Re: Vista SP1 RC through Windows Update!

Looks like you are correct Silver...32-bit is still limited 3.5 (which of course is not an issue for most Vista users).
My System SpecsSystem Spec
Old 12-15-2007   #36 (permalink)
Member


Join Date: Nov 2007
Home Premium x64
 
Rep Power: 11
SilverWS602 has a spectacular aura aboutSilverWS602 has a spectacular aura aboutSilverWS602 has a spectacular aura about
  SilverWS602 is offline

Re: Vista SP1 RC through Windows Update!

Yea I got my hopes up too. Pre-Sp1 it was report 3.3gb of ram, then post the full 4. Unforutunately due to the limitations of 32-bit OS's, I knew that wasn't the case

Ah, well. Glad we got that cleared up though.
My System SpecsSystem Spec
Old 12-15-2007   #37 (permalink)
larryk's Avatar
Member


Join Date: Jun 2007
OS X/Vista Home Premium x86/Vista Ultimate x64
San Diego, CA
 
Rep Power: 23
larryk is a name known to alllarryk is a name known to alllarryk is a name known to alllarryk is a name known to alllarryk is a name known to alllarryk is a name known to all
  larryk is offline

Re: Vista SP1 RC through Windows Update!

Here's something I found that is interesting. It seems the limitation is related to implementation of the kernel, not just the fact that it is 32-bit. For instance, Leopard (OS X 10.5) uses both 32 and 64-bit libraries simultaneously. There is no need to be strictly one or the other. It seems that is the choice of Microsoft...

From "Inside Windows 2000," by David Solomon and Mark Russinovich.

All of the Intel x86 family processors since the Pentium Pro include a memory-mapping mode called Physical Address Extension (PAE). With the proper chipset, the PAE mode allows access to up to 64 GB of physical memory. When the x86 executes in PAE mode, the memory management unit (MMU) divides virtual addresses into four fields.

The MMU still implements page directories and page tables, but a third level, the page directory pointer table, exists above them. PAE mode can address more memory than the standard translation mode not because of the extra level of translation but because PDEs and PTEs are 64-bits wide rather than 32-bits. The system represents physical addresses internally with 24 bits, which gives the x86 the ability to support a maximum of 2^(24+12) bytes, or 64 GB, of memory.

As explained in Chapter 2 , there is a special version of the core kernel image (Ntoskrnl.exe) with support for PAE called Ntkrnlpa.exe. (The multiprocessor version is called Ntkrpamp.exe.) To select this PAE-enabled kernel, you must boot with the /PAE switch in Boot.ini.

This special version of the kernel image is installed on all Windows 2000 systems, even Windows 2000 Professional systems with small memory. The reason for this is to facilitate testing. Because the PAE kernel presents 64-bit addresses to device drivers and other system code, booting /PAE even on a small memory system allows a device driver developer to test parts of their drivers with large addresses. The other relevant Boot.ini switch is /NOLOWMEM, which discards memory below 4 GB and relocates device drivers above this range, thus guaranteeing that these drivers will be presented with physical addresses greater than 32 bits.

Only Windows 2000 Advanced Server and Windows 2000 Datacenter Server are required to support more than 4 GB of physical memory. (See Table 2-2.) Using the AWE Win32 functions, 32bit user processes can allocate and control large amounts of physical memory on these systems.
My System SpecsSystem Spec
Old 12-15-2007   #38 (permalink)
Member


Join Date: Nov 2007
Home Premium x64
 
Rep Power: 11
SilverWS602 has a spectacular aura aboutSilverWS602 has a spectacular aura aboutSilverWS602 has a spectacular aura about
  SilverWS602 is offline

Re: Vista SP1 RC through Windows Update!

PAE switch didn't do anything when I enabled it. I followed the instructions to the tee from MS's website. Still showed 3.3gb, no increase in benchmark scored. 64-bit + 4gb FTW
My System SpecsSystem Spec
Old 12-15-2007   #39 (permalink)
larryk's Avatar
Member


Join Date: Jun 2007
OS X/Vista Home Premium x86/Vista Ultimate x64
San Diego, CA
 
Rep Power: 23
larryk is a name known to alllarryk is a name known to alllarryk is a name known to alllarryk is a name known to alllarryk is a name known to alllarryk is a name known to all
  larryk is offline

Re: Vista SP1 RC through Windows Update!

The article makes it sound like you need a special kernel for PAE support. My guess is that if the 32-bit versions ship with the special kernel, they are not using it by default.
My System SpecsSystem Spec
Old 12-15-2007   #40 (permalink)
Newbie


Join Date: Dec 2007
Vista Home premium x64
 
Rep Power: 7
mirecek1965 is on a distinguished road
  mirecek1965 is offline

Re: Vista SP1 RC through Windows Update!

Thanks for post, yesterday i update to SP1 RC x64 and its works very fine.
My System SpecsSystem Spec
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Latest Windows Update/Vista Update Speeds up Boot/Startup Ross M. Greenberg Vista General 3 05-28-2008 07:22 PM
Windows Update keeps showing Dell printer update even after updati Ron Miller Vista print fax & scan 3 04-14-2008 01:49 PM
A Windows Vista Security Tip: Use Windows Update to Update all Microsoft Programs on your Computer tokjad@gmail.com Vista security 5 05-12-2007 05:33 PM
Windows update error 80070103 - Beta 2 Vista NVIDIA Driver Update =?Utf-8?B?RGVlcGFrIFNoZW5veQ==?= Vista General 4 02-28-2007 08:26 AM
Update or Instal Vista fails "Windows could not update registry da Sue Smith Vista General 9 12-13-2006 04:15 PM


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51