Make MSR 17h read-only and return a suitable Platform ID

Fixes some programs misidentifying Celeron Mendocinos as Slot 1 instead of Socket 370
This commit is contained in:
Alexander Babikov
2021-10-16 23:50:49 +05:00
parent 38ca621ac5
commit 1a04b93165
2 changed files with 4 additions and 9 deletions

View File

@@ -236,7 +236,6 @@ typedef struct {
uint32_t cesr; /* 0x00000011 */
/* Pentium Pro, Pentium II Klamath, and Pentium II Deschutes MSR's */
uint64_t ecx17; /* 0x00000017 - Only on Pentium II Deschutes */
uint64_t apic_base; /* 0x0000001b - Should the Pentium not also have this? */
uint64_t ecx79; /* 0x00000079 */