It took me a while to confirm this, but I was not sure if the single core AMD Turion 64 MK-36 has AMD-V (or AMD SVM) technology. This processor is part of the Richmod series of the Turion 64 processors. To confirm if you processor supports virtualization, run the following command:
For Intel processors (Intel-VT), type:
grep 'vmx' /proc/cpuinfo
For AMD processors (AMD-V), type:
grep 'svm' /proc/cpuinfo
If the command output a bunch of flags, then your processor has support for virtualization. If you get no output, then unfortunately, your processor probably does not support virtualization. (This only applies to Intel and AMD x86 processors).
No comments:
Post a Comment