:: Re: [DNG] exegnu-devuan
Top Page
Delete this message
Reply to this message
Author: Florian Zieboll
Date:  
To: dng
Subject: Re: [DNG] exegnu-devuan
On Mon, 25 Apr 2016 12:37:25 -0400
Hendrik Boom <hendrik@???> wrote:

> Is there an easy way to check for harware virtualization support?



For AMD:
$ cat /proc/cpuinfo | grep ^flags | grep svm

and for Intel:
$ cat /proc/cpuinfo | grep ^flags | grep vmx