Quoting Mikolaj Kucharski ([EMAIL PROTECTED]): > Slightly off topic, but how to check on OpenBSD does cpu support > hardware virtualization? > > References > 1. linux% grep -E '^flags.*(vmx|svm)' /proc/cpuinfo
Something like this: grep -E '^cpu?:.*(VMX|SVM)' /var/run/dmesg.boot -- `Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life.' -- (Terry Pratchett, Jingo)