Accessing Boot Sector data on diskette I'm writing a diskette driver and need to access the following from the boot sector of a diskette:
Sectors Per Track
Number of Heads (Tracks per cylinder)
number of cylinders.
My book gives me adresses such as:
0x18 0x19 Sectors Per Track
but doesn't even begin to explain how to access the data. I'm trying to set a variable in one of my C functions. |