Created
June 8, 2019 21:20
-
-
Save nega0/bdc55dc77008a511d4c747587bf27d46 to your computer and use it in GitHub Desktop.
wipe partition table with debug.exe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
debug <wipe.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f 200 l200 0 | |
a 100 | |
mov ax,301 | |
mov bx,200 | |
mov cx,1 | |
mov dx,80 | |
int 13 | |
int 20 | |
g | |
q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment