AX = 0FF02h: Get RAM Disk (Drive C) Size Parameters
This function reports certain RAM disk size parameters. These parameters are independent of any user data that may be stored on the RAM disk at the time of the call. In particular, the amount by which the disk can be shrunk is the theoretical amount assuming that the disk is not so full with user data that any of these blocks are needed.
- Input: AX = 0FF02h. DL = 1h.
- Output: AX = Number of 8-KB blocks by which the RAM disk can be shrunk
BX = Number of 8-KB blocks by which the RAM disk can be grown
This number is limited by a minimum system RAM size of approximately 128KB.
CX = Number of 1-KB blocks occupied by the current RAM disk
- Error conditions: None
- Registers modified: AX, BX, CX