1ACPIXTRACT(1) General Commands Manual ACPIXTRACT(1)
2
3
4
6 acpixtract - ACPICA source code conversion utility
7
9 acpixtract [<option>...] <acpidump-file>
10
11
13 This manual page briefly documents the acpixtract command. The option
14 list is taken from the acpixtract interactive help.
15
16 acpixtract extracts binary ACPI tables from the output of the acpidump
17 command (see the pm-tools package). A default invocation will extract
18 the DSDT and all SSDTs.
19
20 Much more detailed documentation may be found at
21 http://www.acpica.org/documentation/.
22
23
25 -a Extract all tables, not just DSDT/SSDT
26
27 -l List table summaries, do not extract
28
29 -s <signature>
30 Extract all tables with <signature>
31
32
34 acpixtract was written by Robert Moore <robert.moore@intel.com>.
35
36 This manual page was written by Al Stone <ahs3@redhat.com> for the
37 Fedora project (but may be used by others).
38
39
40
41 January 23, 2013 ACPIXTRACT(1)