update docs for new xsaveopt .bochsrc option
This commit is contained in:
parent
f0a3cce1e2
commit
9950c2a943
@ -171,6 +171,10 @@ cpu: count=1, ips=50000000, reset_on_triple_fault=1, ignore_bad_msrs=1, msrs="ms
|
||||
# Select XSAVE extensions support.
|
||||
# This option exists only if Bochs compiled with BX_CPU_LEVEL >= 6.
|
||||
#
|
||||
# XSAVEOPT:
|
||||
# Select XSAVEOPT instruction support.
|
||||
# This option exists only if Bochs compiled with BX_CPU_LEVEL >= 6.
|
||||
#
|
||||
# 1G_PAGES:
|
||||
# Enable 1G page size support in long mode.
|
||||
# This option exists only if Bochs compiled with x86-64 support.
|
||||
|
@ -3099,6 +3099,11 @@ This option exists only if Bochs compiled with BX_CPU_LEVEL >= 6.
|
||||
Select XSAVE extensions support.
|
||||
This option exists only if Bochs compiled with BX_CPU_LEVEL >= 6.
|
||||
</para>
|
||||
<para><command>xsaveopt</command></para>
|
||||
<para>
|
||||
Select XSAVEOPT instruction support.
|
||||
This option exists only if Bochs compiled with BX_CPU_LEVEL >= 6.
|
||||
</para>
|
||||
<para><command>1g_pages</command></para>
|
||||
<para>
|
||||
Enable 1G page size support in long mode.
|
||||
|
@ -224,6 +224,11 @@ xsave:
|
||||
Select XSAVE extensions support.
|
||||
This option exists only if Bochs compiled with BX_CPU_LEVEL >= 6.
|
||||
|
||||
xsaveopt:
|
||||
|
||||
Select XSAVEOPT instruction support.
|
||||
This option exists only if Bochs compiled with BX_CPU_LEVEL >= 6.
|
||||
|
||||
1g_pages:
|
||||
|
||||
Enable 1G page size support in long mode.
|
||||
|
Loading…
Reference in New Issue
Block a user