操作系统中的 ACPI 方法暴露

发布于 2024-11-04 02:21:52 字数 180 浏览 0 评论 0原文

我想为 Windows 操作系统编写一个 ACPI 方法,作为我大学项目的一部分,并且我对这种汇编级编程很陌生。

我想知道 ACPI 方法是否会出现在 BIOS 中或者是否可以出现在操作系统中并且 ACPI 驱动程序能够执行该方法?

另外,ACPI 方法究竟如何从当前 ACPI 方法的 BIOS 暴露给操作系统?

I want to write a ACPI method for windows Operating System, as a part of my college project and I am new to this assembly level programming.

I want to know whether ACPI Method will be in BIOS or it can be present in OS and ACPI driver is able to execute that?

ALso how exactly the ACPI Methods are exposed to OS from BIOS of the Current ACPI Methods?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

宣告ˉ结束 2024-11-11 02:21:52

老实说,听起来你根本没有做过任何研究。谷歌的第一个结果返回了一个维基百科页面,回答了你的第一个问题:

“...该标准将电源管理纳入操作系统控制 (OSPM),这与之前的 BIOS 中央系统不同,后者依赖于特定于平台的固件来确定电源管理和配置策略...”

“OSPM 实现必须向设备驱动程序公开 ACPI 兼容环境,从而公开某些系统、设备和处理器状态。”

http://en.wikipedia.org/wiki/Advanced_Configuration_and_Power_Interface

Windows 中 OSPM 的 API没有像 Windows API 的其余部分那样有文档记录,但至少有一些东西......:http://msdn.microsoft.com/en- us/library/ff536161%28v=vs.85%29.aspx

祝你好运! :)

Honestly it sounds like you haven't done ANY research at all. The first result in google returned a wikipedia page that answers your first question:

"...the standard brings power management into operating system control (OSPM), as opposed to the previous BIOS central system, which relied on platform-specific firmware to determine power management and configuration policy..."

"The OSPM implementation must expose an ACPI-compatible environment to device drivers, which exposes certain system, device and processor states."

http://en.wikipedia.org/wiki/Advanced_Configuration_and_Power_Interface

The APIs for the OSPM in Windows are not documented as well as the rest of the Windows API, but atleast there's something...: http://msdn.microsoft.com/en-us/library/ff536161%28v=vs.85%29.aspx

good luck! :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文