Function uacpi_table_install
uacpi_status uacpi_table_install(void *, uacpi_table* out_table)
Description
Install a table from either a virtual or a physical address.
The table is simply stored in the internal table array, and not loaded by the interpreter (see uacpi_table_load). The table is optionally returned via 'out_table'. Manual calls to uacpi_table_install are not subject to filtering via the table installation callback (if any).