Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 485 → Rev 515

/programs/system/cpuid/trunk/CPUID.ASM
2,8 → 2,8
; project name: CPUID *
; target platform: KolibriOS, x86 (IA-32), x86-64 achitectures *
; compiler: flat assembler 1.67.21 *
; version: 2.18 *
; last update: 1st April 2007 1st 2nd 3rd 4th *
; version: 2.21 *
; last update: 18th May 2007 1st 2nd 3rd 4th 5th 6th 7th 8th 9th *
; maintained by: Sergey Kuzmin aka Wildwest *
; e-mail: kuzmin_serg@list.ru *
; site: http://coolthemes.narod.ru/files.html *
457,7 → 457,7
 
mov esi, amd
call load_gif
PutImage 135,97,201,49,img_area+8
PutImage 135,107,201,49,img_area+8
; place size
 
; Relax, man. AMD made PRETTY SIMPLE cache detection routine
764,7 → 764,7
jmp MMXtest
.AF8:
mov [micron], 13
Text 100,70,0x00000000,AF4, AF5len-AF4
Text 100,70,0x00000000,AF4, AF4len-AF4 ; AF4, AF5len-AF4
jmp MMXtest
.AFB:
mov [micron], 13
788,7 → 788,6
Text 100,70,0x00000000,AFCsp, AFCsplen-AFCsp
jmp MMXtest
 
 
.AFCn: ;newcastle
mov [micron], 13
Text 100,70,0x00000000,AFC, AFClen-AFC
832,7 → 831,8
 
mov esi, intel
call load_gif
PutImage 125,107,201,49,img_area+8
PutImage 135,107,201,49,img_area+8
;PutImage 125,107,201,49,img_area+8
; place size
 
det:
1113,7 → 1113,8
 
mov esi, cyrix
call load_gif
PutImage 130,127,201,49,img_area+8
PutImage 135,107,201,49,img_area+8
;PutImage 130,127,201,49,img_area+8
; place size
 
cmp [f], $5
1264,7 → 1265,8
 
mov esi, idt
call load_gif
PutImage 125,107,201,49,img_area+8
PutImage 135,107,201,49,img_area+8
;PutImage 125,107,201,49,img_area+8
; place size
 
Text 75,70,0x00000000,IDTn, IDTnlen-IDTn
1291,7 → 1293,8
 
mov esi, via
call load_gif
PutImage 125,107,201,49,img_area+8
PutImage 135,107,201,49,img_area+8
;PutImage 125,107,201,49,img_area+8
; place size
 
Text 75,70,0x00000000,Centaurn, Centaurnlen-Centaurn
1334,7 → 1337,8
 
mov esi, transmeta
call load_gif
PutImage 125,107,201,49,img_area+8
PutImage 135,107,201,49,img_area+8
;PutImage 125,107,201,49,img_area+8
; place size
 
; cache detection routine - it is the same as for AMD (almost)
1978,7 → 1982,7
 
; DATA AREA
 
title db 'CPUID 2.2 by S.Kuzmin & the KolibriOS team',0
title db 'CPUID 2.21 by S.Kuzmin & the KolibriOS team',0
 
tsum:
db 'Frequency: . MHz'