Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:docs:dos:api:int21:36 [2021/08/29 15:51] – prokushev | en:docs:dos:api:int21:36 [2024/05/02 06:00] (current) – prokushev | ||
---|---|---|---|
Line 31: | 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 ===== |