mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 09:32:50 +00:00
bochs: Enable VT-x/VMX emulation
This commit is contained in:
parent
2ce4d21663
commit
623aa314dd
|
@ -100,6 +100,7 @@ stdenv.mkDerivation rec {
|
|||
"--enable-sb16"
|
||||
"--enable-show-ips"
|
||||
"--enable-smp"
|
||||
"--enable-vmx=2"
|
||||
"--enable-svm"
|
||||
"--enable-trace-linking"
|
||||
"--enable-usb"
|
||||
|
|
Loading…
Reference in a new issue