⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 acpi tools for linux include acpiexec and acpixtract
💻
字号:
acpica-unix-----------This source release includes:1) a cross-OS AML interpreterThis is intended to allow commercial and open source operating systemsto be enabled for ACPI. OS specific code is still needed, but theAML interpreter should greatly improve the development speed of ACPIsupport.The AML interpreter source should be integrated into the kernel'sbuild process. We recommend establishing an automated method forthis, so later versions can also be incorporated easily. Please seethe documentation on the website for API and other implementationinformation.2) iasl, an ASL compiler/decompileriasl compiles ASL (ACPI Source Language) into AML (ACPI MachineLanguage). This AML is suitable for inclusion as a DSDT in systemfirmware. It also can disassemble AML, for debugging purposes.To compile:cd compilermakeIt has been compiled on Linux, but should easily port to other Unixenvironments.Run 'iasl -h' for more information, or download the binary version fordocumentation in PDF format.3) acpisrc, a source code conversion toolacpisrc converts the standard form of the acpica source release (includedhere) into a version that meets Linux coding guidelines. This consistsmainly of performing a series of string replacements and transformationsto the code.To compile:cd tools/acpisrcmakeIt has been compiled on Linux, but should easily port to other Unixenvironments.4) acpibin, an AML file toolacpibin compares AML files, dumps AML binary files to text files,extracts binary AML from text files, and other AML filemanipulation.To compile:cd tools/acpibinmake5) acpiexec, a user-space AML interpreteracpiexec allows the loading of ACPI tables and execution of controlmethods from user space.  Useful for debugging AML code and testingthe AML interpreter.To compile:cd tools/acpiexecmakeThanks -- The ACPI CA Team

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -