Interrupt ?13 (ah=48) - don't working
- by GLeBaTi
mov dl,00h
mov ah,08h
int 13h
this is code showing normal parameters of floppy disk.
mov dl,80h
mov ah,08h
int 13h
this is code, showing not valid parameters of hard disk(may be, my hard disk space is big (LBA)),
And I've written this code:
mov dl,80h
mov ah,48h
int 13h
it is code doing cf = 1(error). How fix it? I want learn parameters of my hard disk.
(http://lrs.uni-passau.de/support/doc/interrupt-57/RB-0677.HTM)