For example, if you want to dump DMAR table.
#acpidump --table DMAR -b > dmar.out
#iasl -d dmar.out
#cat dmar.dsl
转储DMAR表示例
本文介绍了一种转储DMAR表的具体方法,通过使用acpidump工具结合iasl和cat命令实现对ACPI DMAR表的转储及查看。
For example, if you want to dump DMAR table.
#acpidump --table DMAR -b > dmar.out
#iasl -d dmar.out
#cat dmar.dsl
8950

被折叠的 条评论
为什么被折叠?