|
Make a boot disk that has this debug on it. I have forgotten a lot about debug, but this I have used to wipe a harddrive clean. I cant remember where I got it(somewhere in this forum) It will wipe your HD clean. I can't vouch for sectors though.
Tarp
debug<enter>
a cs:100<enter>
mov ax,301 <enter>
mov bx,200<enter>
mov cx,1<enter>
mov dx,80<enter>
int 13<enter>
int 20<enter>
<enter>
g<enter>
|