操作系统中的 ACPI 方法暴露
我想为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
老实说,听起来你根本没有做过任何研究。谷歌的第一个结果返回了一个维基百科页面,回答了你的第一个问题:
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 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! :)