Does anyone know anything about this file?
hountybunter Member Joined Aug 27, 2023 Posts 8 Aug 31, 2023 #1 Does anyone know anything about this file?
Wrench97 Administrator, Hardware Expert Staff member Joined Feb 20, 2012 Posts 3,064 Location S.E. Pennsylvania Aug 31, 2023 #2 Other then it's a native Intel Cpu driver what do you need to know? Last edited: Aug 31, 2023
hountybunter Member Joined Aug 27, 2023 Posts 8 Aug 31, 2023 #3 Is it a significant problem in BSoD files? Wrench97 said: Other then it's a native Intel Cpu driver what do you need to know? Click to expand...
Is it a significant problem in BSoD files? Wrench97 said: Other then it's a native Intel Cpu driver what do you need to know? Click to expand...
x BlueRobot Administrator Staff member Joined May 7, 2013 Posts 9,912 Location %systemroot% Sep 1, 2023 #4 No and it's not actually a file, it's just a CPU vendor string which is baked into the PRCB of the processor. AMD has the exact same but it is called AuthenticAMD.sys instead. They're primarily there to state that the processor is authentic. They're stored in an enumeration called CPU_VENDORS: CPU_VENDORS (amd64) You'll see a lot of threads referring to those two files because Windows seems to default to those a probable cause when a system has crashed with a Stop 0x124, when the component which reported the error is the processor. Rich (BB code): 0: kd> dt _KPRCB fffff8017ffbf180 -y Vendor nt!_KPRCB +0x8590 VendorString : [13] "GenuineIntel"
No and it's not actually a file, it's just a CPU vendor string which is baked into the PRCB of the processor. AMD has the exact same but it is called AuthenticAMD.sys instead. They're primarily there to state that the processor is authentic. They're stored in an enumeration called CPU_VENDORS: CPU_VENDORS (amd64) You'll see a lot of threads referring to those two files because Windows seems to default to those a probable cause when a system has crashed with a Stop 0x124, when the component which reported the error is the processor. Rich (BB code): 0: kd> dt _KPRCB fffff8017ffbf180 -y Vendor nt!_KPRCB +0x8590 VendorString : [13] "GenuineIntel"
ubuysa Sysnative Staff BSOD Kernel Dump Senior AnalystContributor Joined Apr 29, 2022 Posts 495 Location Crete, Greece Sep 1, 2023 #5 Is the BSOD a 0x124 WHEA_UNCORRECTABLE_ERROR by any chance?