Mail Archives: djgpp/2003/04/12/06:41:35
>
> If you can add this functionality to biosdisk without any harm to the
> old functions, please do submit a patch. If the LBA and the old
> functions contradict, I think a new function is in order.
The biosdisk() API could be used up to the limit of INT_MAX sectors (1TB
drives). The int 13h extensions can handle 64 bit sector numbers but I
think there are other limits at 1 or 2 TB such as the ATA spec.
The patch would be harmless but I think a new futureproof function is in
order. I'll try both when I've tested the code in the wild. At current
rates, there will be ATA drives bigger than 1TB around the middle of next
year, and some RAID controllers might already be there.
- Raw text -