Skip to content

Commit

Permalink
Virtualization Check enabled in bios and check if supported by cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Feb 13, 2014
1 parent 266ad67 commit a14f4d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/i-nex/.src/FFlags.module
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ Public Sub _init()
HTT = "False"
VIRT = "False"
Endif

If Exist("/dev/kvm") = True Then
Finfosys.ToolButton4.Picture = Picture["Data/check_true.png"]
Else
Finfosys.ToolButton4.Picture = Picture["Data/check_false.png"]
Endif
ht()
HyperTransport()
End
Expand Down
11 changes: 9 additions & 2 deletions src/i-nex/.src/Finfosys.form
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,12 @@
Font = Font["Bold,8"]
Foreground = &H9F300E&
Padding = 3
Text = "Hardware Virtualization:"
Text = "HW Virtualization:"
Border = Border.Raised
}
{ ToolButton2 ToolButton
Move(294,217,21,21)
ToolTip = ("Supported by CPU")
Picture = Picture["Data/check_false.png"]
}
{ Label99 Label
Expand Down Expand Up @@ -406,14 +407,20 @@
Picture = Picture["AppIcons/dialog-ok.png"]
}
{ LCDLabel1 LCDLabel
Move(14,91,322,28)
Move(14,91,322,21)
#Translate = False
Font = Font["Bold,8"]
Alignment = Align.Left
Sheared = True
Padding = 3
HighlightColor = &H9F5913&
}
{ ToolButton4 ToolButton
Move(273,217,21,21)
ToolTip = ("Enabled in bios")
Text = ("ToolButton4")
Picture = Picture["Data/check_false.png"]
}
Index = 1
Text = ("CPUID")
{ ScrollView1 ScrollView
Expand Down

0 comments on commit a14f4d9

Please sign in to comment.