Error codes of the file system
- 0 = success
- 1 = base and/or partition of a hard disk is not defined
(by subfunctions 7, 8 of function 21)
- 2 = function is not supported for the given file system
- 3 = unknown file system
- 4 = is returned only from function 'rename' by transmission of
the strongly incorrect parameter and in any way does not
correspond to the description in the kernel sources
"partition not defined at hd"
- 5 = file not found
- 6 = end of file, EOF
- 7 = pointer lies outside of application memory
- 8 = disk is full
- 9 = FAT table is destroyed
- 10 = access denied
- 11 = device error
Application start functions can return also following errors:
- 30 = 0x1E = not enough memory
- 31 = 0x1F = file is not executable
- 32 = 0x20 = too many processes