Mihamina Rakotomandimby wrote:
Odd <iodine@runbox.no> : The later ones with AMD-V are the ones with hardware virtualizationsupport.By the way, surprisingly, there is no web fronted on the AMD website in order to look for CPU specs, and the piece of software for detecting virtualization ability (on their website) is windows only.
Yeah, AMD's website sucks in many ways. Intel's site makes it much easier to find info.
On the other hand, looking for that information is quite easy on linux: - Intel CPU: grep vmx /proc/cpuinfo - AMD CPU: grep svm /proc/cpuinfo Just "grep", no need of a zipped .exe.
Cool, didn't know that. -- Odd