Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 6484 → Rev 6483

/programs/system/cpuid/trunk/knopka2.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/programs/system/cpuid/trunk/lang.inc
File deleted
\ No newline at end of file
/programs/system/cpuid/trunk/FASM.EXE
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/programs/system/cpuid/trunk/load_lib.mac
File deleted
/programs/system/cpuid/trunk/CPUID
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/programs/system/cpuid/trunk/config.inc
File deleted
/programs/system/cpuid/trunk/gif2img.inc
File deleted
/programs/system/cpuid/trunk/macros.inc
File deleted
/programs/system/cpuid/trunk/struct.inc
File deleted
/programs/system/cpuid/trunk/knopka2.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/programs/system/cpuid/trunk/CPUID.ASM
432,25 → 432,18
shr ecx, 16
mov [L2],ecx
 
;CACHE3: edx provides l3
movzx edx, dl ;not sure
mov [linel3], eax
 
mov eax, 80000006h
cpuid
mov eax, edx
movzx eax, cl ;mov cl to eax, zero extend; cl is counter reg for loop,shifts
mov dword[linel3], eax
and eax,00FF0000h
shr eax, 16
mov [wayl3], eax
 
push edx
shr edx, 12+1
and edx, 0x7
mov eax, 1
shl eax, cl
mov dword [wayl3], eax
pop edx
shr edx, 24
mov [L3], edx
 
shr edx, 18
mov [L3],ecx
 
cmp [f], $5
jz .fiv
cmp [f], $6
1171,7 → 1164,6
jz I26
cmp [em],$1C ;Pineview/Silverthorne
jz I1C
jnz no_known
 
Inewunknown:
jmp MMXtest
3912,8 → 3904,6
db 'Pineview',0
P1Clen:
 
no_known:
db 'SORRY, CODENAME IS NOT SUPPORTED YET '
 
;---------AMD
 
/programs/system/cpuid/trunk/HISTORY.TXT
37,37 → 37,6
; improve support of Vortex86
;******************************************************************************
;HISTORY:
;2.5: CPUID 15/08/2016 (not finished)
;Authors:
; Manasi Thakkar aka mat1854
;Features:
; (+) added saving of features from fork version 2.26pre in log
; (+) fixed redraw bug, which appears if user execute save dialog
; Known issues: Sempron marked as AthlonXP
; second window doesn't closed when you close main window
; incorrect cache detection for several models of newest Intel CPU, because they designed for another cache detection approach
;-----------------------------------------------------------------------------
;2.4: CPUID 09/08/2016
;Authors:
; Artem Azhbakov aka marting422
; Nikita Moiseev aka Powerdogesss
; Manasi Thakkar aka mat1854
; Sergey Kuzmin aka Wildwest <kuzmin_serg@list.ru>
;Features:
; (+) added detection of Intel Arrandale
; (+) save log in text file;
; (+) use Extended models to turn off multiplier detection for CPU's, which aren't supported;
; (+) show multiplier numbers, if we detect something and show n/a, if we don't;
; (+) merging of different versions from GSOC students;
; (+) 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.
; (+) 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.
; (+) fixed duplication in txt file
; (+) save Codename in text file;
; (+) fixed abstact examples in visualisation block for RSA encoding performance test
;Known issues: Sempron marked as AthlonXP
; second window doesn't closed when you close main window
; incorrect cache detection for several models of newest Intel CPU, because they designed for another cache detection approach
;-----------------------------------------------------------------------------
;2.3: CPUID 12/10/2014 (not finished)
;Authors: Sergey Kuzmin aka Wildwest <kuzmin_serg@list.ru>
; Pavel Rymovskiy aka Heavyiron <Heavyiron@pisem.net>
/programs/system/cpuid/trunk/logos.inc
22,5 → 22,3
knopka:
file 'knopka.gif' ;include gif file
 
knopka2:
file 'knopka2.gif' ;gif button Save in file