当前位置: 技术问答>linux和unix
关机
来源: 互联网 发布时间:2014-11-16
本文导语: 怎样用汇编实现关机或休眠操作。 | 有消息说用15H中断的5307H功能实现关机功能,我也是刚看到的,没有试过 in: ax=5307h bx=device id cx=system state id out: cf clear if successful cf ...
怎样用汇编实现关机或休眠操作。
|
有消息说用15H中断的5307H功能实现关机功能,我也是刚看到的,没有试过
in: ax=5307h
bx=device id
cx=system state id
out:
cf clear if successful
cf set on error3
ah=error code
note: should not be called from within a hardware interupt to avoid **** problems
in:
ax=5307h
cx=0003h
bx=0001h(device id for all power-managed devices)
return : after system is resumed
cf clear
note: if supported by the systems power supply,turns off the system power
in: ax=5307h
bx=device id
cx=system state id
out:
cf clear if successful
cf set on error3
ah=error code
note: should not be called from within a hardware interupt to avoid **** problems
in:
ax=5307h
cx=0003h
bx=0001h(device id for all power-managed devices)
return : after system is resumed
cf clear
note: if supported by the systems power supply,turns off the system power
|
按照汇编教材的说法,int 19h是重新加载操作系统,但有人说现在改成int18h了,我不知道谁的对。如果让你的源程序直接跳转到FFFF:0000的话,则可以实现冷启动,如果在某个位置写入1234H的话,则可以实现热启动,你可以用debug反汇编ffff:0000看一下具体位置,跟着汇编程序便可以发现某个地方在于1234相比较,看一下1234h的具体位置,然后在程序中写入相关代码就可以。关机不知道。
|
中断号好象是18H吧,楼上的楼上
|
楼上,int 19h吧
|
分析windows98启动盘中的
restart。com这个重启动的命令。
因该可以
restart。com这个重启动的命令。
因该可以
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。