floppy disk questions
Posted: Sun Jan 03, 2010 6:48 pm
question 1
getting the information of the inserted floppy disk
i want to determine not what kind of file system if on the floppy but how big, say 360 kb or a regular 1.44kb disk, how can i determine the size of the disk? would it be by loading the booloader into memory and gathering data from it?
question 2
the bios floppy disk int read functions asks how many sectors to read off the disk, if i wanted to read 5 sectors off the disk but instead of telling it to read 5 sectors, to tell it to read 1 sector and call the function 5 times, wud that wear on the floppy disk drive?
getting the information of the inserted floppy disk
i want to determine not what kind of file system if on the floppy but how big, say 360 kb or a regular 1.44kb disk, how can i determine the size of the disk? would it be by loading the booloader into memory and gathering data from it?
question 2
the bios floppy disk int read functions asks how many sectors to read off the disk, if i wanted to read 5 sectors off the disk but instead of telling it to read 5 sectors, to tell it to read 1 sector and call the function 5 times, wud that wear on the floppy disk drive?