使用 ACPI 在 MS-DOS 中关闭计算机
我在基于 Pentium 的计算机上运行 MS-DOS 6.22(主板支持 ACPI),想知道是否有一个汇编语言例程可以用来关闭计算机,或者它是否比那个更难(即主板)具体的)?
基本上,我想创建一个小程序来从命令行关闭计算机。
I have MS-DOS 6.22 running on a Pentium based computer (motherboard supports ACPI), and would like to know if there was an assembly language routine I could use to shut down the computer, or is it a little harder than that (i.e. motherboard specific)?
Basically, I want to create a small program to shut down the computer from the command line.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是专门为此编写的工具的示例:
http://www.plop.at/en/dostoolsdl.html
源代码可以在这里找到:
http://download.plop.at/files/SHUTDOWN.ASM
Here is an example of a tool written specifically for this:
http://www.plop.at/en/dostoolsdl.html
The source code can be found here:
http://download.plop.at/files/SHUTDOWN.ASM