Browse Source

Update cpuid_x86.c

Add Bay Trail "Pentium N3520" atom cpu
tags/v0.2.20^2
Martin Kroeker GitHub 9 years ago
parent
commit
3409bccb21
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      cpuid_x86.c

+ 3
- 0
cpuid_x86.c View File

@@ -1110,6 +1110,9 @@ int get_cpuname(void){
break;
case 3:
switch (model) {
case 7:
// Bay Trail
return CPUTYPE_ATOM;
case 10:
case 14:
// Ivy Bridge


Loading…
Cancel
Save