A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Stefan Ginsberg 253122a239 Get rid of MmStats -- most of the fields weren't used anymore and we have duplicates for most of the ones that are still in use;
NrTotalPages -> MmNumberOfPhysicalPages
NrFreePages -> MmAvailablePages (new)
Get rid of NrSystemPages. Its value was only respected in MmInitializePageList at boot, even though it got updated later. Use a local variable in MmInitializePageList instead.

Fix SystemBasicInformation to use the correct variables for physical page information. Also, don't set ResidentSystemCodePage in the SystemPerformanceInformation query to some random incorrect Mm value. We don't depend this value anywhere in ReactOS currently, so just set it to 0.

svn path=/trunk/; revision=43550
2009-10-18 13:55:44 +00:00
irc
reactos Get rid of MmStats -- most of the fields weren't used anymore and we have duplicates for most of the ones that are still in use; 2009-10-18 13:55:44 +00:00
rosapps Remove duplicate libjpeg from rosapps, used one is in trunk 2009-10-15 15:19:58 +00:00
rostests sync msvcrt winetest with wine 1.1.31 2009-10-16 20:32:42 +00:00
wallpaper