Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | 33 (&21) |
R1 | Filing system number |
R2 | Pointer to buffer |
R3 | Length of buffer |
Exit | |
---|---|
R0 | Preserved |
R1 | Preserved |
R2 | Preserved |
R3 | Preserved |
The purpose of this call is to converts a filing system number to a filing system name.
This call converts the filing system number passed in R1 to a filing system name. The name is stored in the buffer pointed to by R2, and is null-terminated. If FileSwitch does not know of the filing system number you pass it, a null string is returned.