diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-09-29 21:32:42 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-09-29 21:32:42 -0700 |
commit | 6ce3fcc997931e7903408724b4cade3ed09b1e99 (patch) | |
tree | 199aebb75f3c037f3f2f307f05539764e7e8bc2a /com32/modules/cpuidtest.c | |
parent | 1c8d53bf85b1f570d1dc69b1498b880a3ade836a (diff) | |
parent | 633ce833e5be19ee51400e5e5771ffb880c4291a (diff) | |
download | syslinux-3.83-pre12.tar.gz |
Merge branch 'hdt'syslinux-3.83-pre12
Diffstat (limited to 'com32/modules/cpuidtest.c')
-rw-r--r-- | com32/modules/cpuidtest.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/com32/modules/cpuidtest.c b/com32/modules/cpuidtest.c index bfc1c190..b7688852 100644 --- a/com32/modules/cpuidtest.c +++ b/com32/modules/cpuidtest.c @@ -121,6 +121,10 @@ int main(void) printf("3dnowext "); if (cpu.flags.now) printf("3dnow! "); + if (cpu.flags.vmx) + printf("vmx "); + if (cpu.flags.svm) + printf("svm "); printf("\n"); printf("SMP = "); if (cpu.flags.smp) |