Showing changes from revision #2 to #3:
Added | Removed | Changed
Entry | |
---|---|
R0 | 41 (&29) |
R1 | Pointer to name of image (null terminated) |
R2 | Pointer to buffer |
R5 | Buffer size |
Exit | |
---|---|
All registers preserved |
The purpose of this call is to return the defect list of an image.
This SWI fills the buffer with the defect list of an image. The buffer is filled with words giving byte offsets of defects, terminated by &20000000.
To map out a defect from an image, use OS_FSControl 42.
A newer implementation of this call for handling larger discs (64 bit values) is OS_FSControl 56.