Subversion Repositories Kolibri OS

Rev

Rev 6483 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6483 Rev 6484
Line 35... Line 35...
35
; quantity of logical CPU/cores - requires APIC ID analysis
35
; quantity of logical CPU/cores - requires APIC ID analysis
36
; newest AMD/Intel codename detection
36
; newest AMD/Intel codename detection
37
; improve support of Vortex86
37
; improve support of Vortex86
38
;******************************************************************************
38
;******************************************************************************
39
;HISTORY:
39
;HISTORY:
-
 
40
;2.5: CPUID 15/08/2016 (not finished) 
-
 
41
;Authors: 
-
 
42
; Manasi Thakkar aka mat1854
-
 
43
;Features: 
-
 
44
; (+) added saving of features from fork version 2.26pre in log
-
 
45
; (+) fixed redraw bug, which appears if user execute save dialog
-
 
46
; Known issues: Sempron marked as AthlonXP
-
 
47
; second window doesn't closed when you close main window
-
 
48
; incorrect cache detection for several models of newest Intel CPU, because they designed for another cache detection approach
-
 
49
;-----------------------------------------------------------------------------
-
 
50
;2.4: CPUID 09/08/2016
-
 
51
;Authors: 
-
 
52
; Artem Azhbakov aka marting422
-
 
53
; Nikita Moiseev aka Powerdogesss
-
 
54
; Manasi Thakkar aka mat1854
-
 
55
; Sergey Kuzmin aka Wildwest 
-
 
56
;Features: 
-
 
57
; (+) added detection of Intel Arrandale
-
 
58
; (+) save log in text file;
-
 
59
; (+) use Extended models to turn off multiplier detection for CPU's, which aren't supported;
-
 
60
; (+) show multiplier numbers, if we detect something and show n/a, if we don't;
-
 
61
; (+) merging of different versions from GSOC students;
-
 
62
; (+) added detection of codenames for new Intel CPUs: IvyBridge, SandyBridge-E, Gulftown, Westmere-EX, Clarksfield, Bloomfield,Nehalem-EX, Yorkfield, Dunnington, Clovertown, Merom Conroe, Cedar Mill, Nocona Irwindale, NoconaIrwindale, Dothan, Cedarview, Lincroft and Pineview.
-
 
63
; (+) added detection of AMD k-10 series: AMD Athlon 7750 Black Edition, Opteron 2300-series, Opteron 8300-series, Phenom X4, Phenom X3, Athlon X2, Sempron, Opteron (Shanghai) 2387, Opteron (Magny-Cours), Opteron (Shanghai) 8300 series, Turion II.
-
 
64
; (+) fixed duplication in txt file
-
 
65
; (+) save Codename in text file;
-
 
66
; (+) fixed abstact examples in visualisation block for RSA encoding performance test
-
 
67
;Known issues: Sempron marked as AthlonXP
-
 
68
; second window doesn't closed when you close main window
-
 
69
; incorrect cache detection for several models of newest Intel CPU, because they designed for another cache detection approach
-
 
70
;-----------------------------------------------------------------------------
40
;2.3: CPUID   12/10/2014 (not finished)
71
;2.3: CPUID   12/10/2014 (not finished)
41
;Authors:    Sergey Kuzmin aka Wildwest 
72
;Authors:    Sergey Kuzmin aka Wildwest 
42
;            Pavel Rymovskiy aka Heavyiron 
73
;            Pavel Rymovskiy aka Heavyiron 
43
;            fedesco
74
;            fedesco
44
;Features:  
75
;Features: