Skip to content

Commit

Permalink
display AMD 7xxx Kuma graphic in cpu tab
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Oct 14, 2013
1 parent b1924de commit 8aa5605
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
Binary file modified src/i-nex/.gambas/GLOBAL
Binary file not shown.
7 changes: 2 additions & 5 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[Bookmarks]
Finfosys=[]

[Breakpoints]
Count=0

Expand Down Expand Up @@ -39,13 +36,13 @@ File[12]=".src/Reportm.module:90.59"
File[13]=".src/FReport_Gen.form"
File[14]=".src/FReport_Gen.class:28.37"
File[15]=".src/Start_App_Args.form"
File[16]=".src/Start_App_Args.class:45.8"
Active=16
File[16]=".src/Start_App_Args.class:2.0"
File[17]=".src/ChkPrm.module:2.16"
File[18]=".src/thermal_zone.module:21.25"
File[19]=".src/FModules.form"
File[20]=".src/FModules.class:4.30"
File[21]=".src/Input_Devices.module:8.1"
Active=22
File[22]=".src/net.module:104.1"
File[23]="Data/report-ng.sh:27.44"
File[24]=".src/Distribution_Detect.module:13.20"
Expand Down
17 changes: 17 additions & 0 deletions src/i-nex/.src/Global.class
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,23 @@ Static Public Sub ikonaprocka()
Finfosys.PictureBox3.Picture = Picture["Processors/amd_athlon_x4.png"]
Endif

'"Kuma"(B3, 65 nm)
If Finfosys.Label14.Text Like "*AMD Athlon(tm) 7*" Then
Finfosys.PictureBox3.Picture = Picture["Processors/amd_athlon_x2.png"]
Endif
' Model Number Stepping Frequency L2 Cache L3 Cache HT Multi 1 VCore TDP Socket Release Date Part Number(s)
' Athlon X2 6500
' Black Edition3 2300 MHz 11.5× 1.10 - 1.25 V 95 W Socket AM2+ AD6500WCJ2BGH
' Athlon X2 7450 2400 MHz 12 × 1.05 - 1.325 V December 15, 2008 AD7450WCJ2BGH
' Athlon X2 7550 2500 MHz 12.5 × 1.05 - 1.325 V December 15, 2008 AD7550WCJ2BGH
' Athlon X2 7750 B3 2700 MHz 2 × 512 kB 2 MB 1.8 GHz 13.5 × 1.05 - 1.325 V April 28, 2009 AD7750WCJ2BGH
' Athlon X2 7750
' Black Edition3 2700 MHz 13.5 × 1.05 - 1.325 V December 15, 2008 AD775ZWCJ2BGH
' Athlon X2 7850
' Black Edition3 2800 MHz 14 × 1.2 - 1.25 V April 28, 2009 AD785ZWCJ2BGH



If Finfosys.Label14.Text Like "*AMD FX*" Then
Finfosys.PictureBox3.Picture = Picture["Processors/amd_fx_eight_core_processor.png"]
Endif
Expand Down

0 comments on commit 8aa5605

Please sign in to comment.