注册 登录
编程论坛 汇编论坛

分区连表恢复

小勇12 发布于 2008-12-15 21:26, 1007 次点击
debug怎样恢复分区连表?????????????
4 回复
#2
zklhp2008-12-16 16:04
先用 FDISK /MBR 试试


不行在试
under dos
use debug command//读
type:
-a100
xxx:xxx mov ax,0201
mov bx,1000
mov cx,0001
mov dx,0080
int 13
//写
mov ax,0301
mov bx,200
mov cx,1
mov dx,80
int 13
int 3
-g=100
#3
zklhp2008-12-16 16:06
以下是引用zklhp在2008-12-16 16:04的发言:

先用 FDISK /MBR 试试


不行在试
under dos
use debug command//读
type:
-a100
xxx:xxx mov ax,0201
mov bx,1000
mov cx,0001
mov dx,0080
int 13
//写
mov ax,0301
mov bx,200
mov ...


不知道是不是这个~~~

最好找专业人士 自己就别试了
1