Compiled as 32-bit running under WoW64 on:
Windows Server 2008/Windows Vista Version 6002 (Service Pack 2) MP (4 procs) Free x64
Product: WinNt, suite: SingleUserTS
Here's example GetSystemInfo() output:
0:000:x86> dt si
Local var @ 0x17f5cc Type _SYSTEM_INFO
+0x000 dwOemId : 0
+0x000 wProcessorArchitecture : 0
+0x002 wReserved : 0
+0x004 dwPageSize : 0x1000
+0x008 lpMinimumApplicationAddress : 0x00010000
+0x00c lpMaximumApplicationAddress : 0x7ffeffff
+0x010 dwActiveProcessorMask : 0xf
+0x014 dwNumberOfProcessors : 4
+0x018 dwProcessorType : 0x24a
+0x01c dwAllocationGranularity : 0x10000
+0x020 wProcessorLevel : 0xf
+0x022 wProcessorRevision : 0x401
And GetNativeSystemInfo():
0:000:x86> dt si
Local var @ 0x17f5cc Type _SYSTEM_INFO
+0x000 dwOemId : 9
+0x000 wProcessorArchitecture : 9
+0x002 wReserved : 0
+0x004 dwPageSize : 0x1000
+0x008 lpMinimumApplicationAddress : 0x00010000
+0x00c lpMaximumApplicationAddress : 0xfffeffff
+0x010 dwActiveProcessorMask : 0xf
+0x014 dwNumberOfProcessors : 4
+0x018 dwProcessorType : 0x21d8
+0x01c dwAllocationGranularity : 0x10000
+0x020 wProcessorLevel : 0xf
+0x022 wProcessorRevision : 0x401
On another CPU fields may vary.
Juanito