added svm into .bochsrc example

This commit is contained in:
Stanislav Shwartsman 2012-12-19 19:17:14 +00:00
parent 56a7dfea8a
commit 979aa0c877

View File

@ -299,6 +299,10 @@ cpu: cpuid_limit_winnt=0
# Select VMX extensions emulation support.
# This option exists only if Bochs compiled with --enable-vmx option.
#
# SVM:
# Select AMD SVM (Secure Virtual Machine) extensions emulation support.
# This option exists only if Bochs compiled with --enable-svm option.
#
# VENDOR_STRING:
# Set the CPUID vendor string returned by CPUID(0x0). This should be a
# twelve-character ASCII string.