Show
Ignore:
Timestamp:
09/29/09 18:31:11 (3 years ago)
Author:
Erwan Velu <erwan.velu@…>
Children:
633ce833e5be19ee51400e5e5771ffb880c4291a, d5d1a306ce4926f907ace0a7cb79e540cadb77c1
Parents:
15c6dc79f8d488c585057987eefddd72b114534e
git-committer:
Erwan Velu <erwan.velu@free.fr> / 2009-09-29T20:31:11Z+0200
Message:

Adding VMX & SVM cpu flags

Impact: Hardware virtualization is now detected

Minor update to detect vmx & svm cpu flags

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • com32/gplinclude/cpuid.h

    rd302e6 r8ba991  
    6666    bool now;                   /* 3DNow! */ 
    6767    bool smp;                   /* A smp configuration has been found */ 
     68    bool vmx;                   /* Hardware virtualization */ 
     69    bool svm;                   /* Secure virtual machine */ 
    6870} s_cpu_flags; 
    6971