您的位置:控制工程论坛网论坛 » 嵌入式系统 » 自写软件实现重新启动操作系统【借鉴】

jane_liang

jane_liang   |   当前状态:离线

总积分:30  2024年可用积分:0

注册时间: 2007-04-20

最后登录时间: 2007-05-03

空间 发短消息加为好友

自写软件实现重新启动操作系统【借鉴】

jane_liang  发表于 2007/5/6 12:39:54      1071 查看 1 回复  [上一主题]  [下一主题]

手机阅读

自写软件实现重新启动操作系统
                 __asm
                       {
                               cli                                          ;  Disable  Interrupts
                               mov          al,  0FEh                ;  Reset  CPU
                               out          064h,  al
                               jmp          near  $                    ;  Should  not  get  here
                       }
1楼 0 0 回复
总共 , 当前 /