assembly - Format Raw Hdd in int 13 -


i want change file system of hard disk drive using assembly have found fixed disk format track in http://www.ctyme.com/intr/int-13.htm not understood.

;not succesful mov ax,0 mov es,ax mov ah,05h mov al,08h mov ch,01h mov dh,00h mov dl,80h mov bx,type int 13h cmp ah,00 jne error suc: ret error: hlt type: dw 00,00,08,03 

i have tried example in os.it going halt when func. called. ?plase help..thanks.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -