Bios drive parameters
Posted: Sat Feb 10, 2007 5:04 am
Hello ! I've got a question about the the returned drive parameter values.
For example for my floppy disk i get following output:
Heads: 1
Cylinders: 79
Sectors: 18
I always thought that floppy disk have 2880 sectors.
1 * 79 * 18 = 1442 sectors.
But if i use
2 Heads * 80 Cylinders * 18 = 2880 sectors.
My question is, why does the function Int 0x13/AH=0x08 output 79 cylinders and 1 head ?
Thanks in advance.
For example for my floppy disk i get following output:
Heads: 1
Cylinders: 79
Sectors: 18
I always thought that floppy disk have 2880 sectors.
1 * 79 * 18 = 1442 sectors.
But if i use
2 Heads * 80 Cylinders * 18 = 2880 sectors.
My question is, why does the function Int 0x13/AH=0x08 output 79 cylinders and 1 head ?
Thanks in advance.