Changeset 105335 in vbox for trunk/doc/manual/en_US/dita/topics/changeacpicust.dita
- Timestamp:
- Jul 16, 2024 8:01:22 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/topics/changeacpicust.dita
r99797 r105335 5 5 6 6 <body> 7 <p> 8 You can configure <ph conkeyref="vbox-conkeyref-phrases/product-name"/> to present up to four custom ACPI 9 tables to the guest. Use a command such as the following to 10 configure custom ACPI tables. Note that 11 <codeph>CustomTable1</codeph>, <codeph>CustomTable2</codeph>, 12 and <codeph>CustomTable3</codeph> are available in addition to 13 <codeph>CustomTable0</codeph>. 14 </p> 7 <p>You can configure <ph conkeyref="vbox-conkeyref-phrases/product-name"/> to present up to four custom ACPI tables 8 to the guest. Use a command such as the following to configure custom ACPI tables. Note that 9 <codeph>CustomTable1</codeph>, <codeph>CustomTable2</codeph>, and <codeph>CustomTable3</codeph> are available in 10 addition to <codeph>CustomTable0</codeph>. </p> 15 11 <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> \ 16 12 "VBoxInternal/Devices/acpi/0/Config/CustomTable0" "/<varname>path-to-table</varname>.bin"</pre> 17 <p> 18 Configuring custom ACPI tables can for example avoid the need for 19 asking for a new product key on Windows Vista, Windows 7, Windows 20 8 and later guests. On Linux hosts, one of the system's ACPI 21 tables can be read from 22 <filepath>/sys/firmware/acpi/tables/</filepath>. 23 </p> 13 <p>Configuring custom ACPI tables can for example avoid the need for asking for a new product key on Windows Vista, 14 Windows 7, Windows 8 and later guests. On Linux hosts, one of the system's ACPI tables can be read from 15 <filepath>/sys/firmware/acpi/tables/</filepath>. </p> 24 16 </body> 25 17
Note:
See TracChangeset
for help on using the changeset viewer.