Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:docs:dos:api:int21:36 [2020/12/11 04:53] – created prokushev | en:docs:dos:api:int21:36 [2024/05/02 06:00] (current) – prokushev | ||
---|---|---|---|
Line 13: | Line 13: | ||
===== Family API ===== | ===== Family API ===== | ||
+ | [[en: | ||
===== Input ===== | ===== Input ===== | ||
Line 30: | Line 31: | ||
===== Notes ===== | ===== Notes ===== | ||
- | | + | free space on drive in bytes is AX * BX * CX |
- | total space on drive in bytes is AX * CX * DX | + | |
- | "lost clusters" | + | total space on drive in bytes is AX * CX * DX |
- | according to Dave Williams' | + | |
- | | + | "lost clusters" |
- | this function does not return proper results on CD-ROMs; | + | |
- | | + | according to Dave Williams' |
- | (FAT32 drive) the reported total and free space are limited to 2G-32K | + | |
- | | + | this function does not return proper results on CD-ROMs; use AX=4402h" |
+ | |||
+ | (FAT32 drive) the reported total and free space are limited to 2G-32K should they exceed that value | ||
| | ||
===== See also ===== | ===== See also ===== | ||
- | AH=1Bh, | + | AH=[[en: |
===== Note ===== | ===== Note ===== |