thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 1:55 pm Post subject: ERASING SECTOR 2 |
|
|
Before doing the below routine ensure that you read our disclaimer as well as are sure that this is safe to do on your hard drive. Some computer hard drive manufacturers may void your warranty or cause damage to the hard drive when doing the following. This routine is useful in clearing DDO. If this routine completes successfully it will erase everything in Sector 2.
In the following debug routine only type what is in bold from line 3 to 9 you will get a response if it corresponds with the following type the text after the response without putting in a space between the response and what you type in.
A:\>debug
-FCS:200 400 0<enter>
-ACS:100<enter>
-xxxx:0100 mov ax,302<enter>
-xxxx:0103 mov bx,200<enter>
-xxxx:0106 mov cx,2<enter>
-xxxx:0109 mov dx, 80<enter>
-xxxx:010a int 13<enter>
-xxxx:010c int 20<enter>
-xxxx:0110 <enter>(without typing anything)
-g <enter>
Program terminated normally.
-q <enter> |
|