如何模拟冷、热启动
reset.com程序为模拟冷启动,reset1.com程序为模拟热启动。
C:\>debug reset.com
-a100
oD45:0100 call ffff:0000
0D45:0105 ret
0D45:0106
-rcx
CX 0000
:6
-w
Writing 00006 bytes
-q
C:\>debug reset1.com
-a100
0D29:0100 int 19h
0D29:0102 ret
0D29:0103
-rcx
CX 0000
:3
-w
Writing 00003 bytes
-q