#include <revolution/os.h>
void OSGetSavedRegion (void** start, void** end);
start |
[output] Pointer storing the start address of the area that was not cleared on the last OSExecl/OSExecv. |
end |
[output] Pointer storing the end address + 1 of the area that was not cleared on the last OSExecl/OSExecv. |
None.
Gets the region specified by OSSetSaveRegion. This region was saved during execution of the last OSExecl or OSExecv. For details on the region to be saved by the next call to OSExecl or OSExecv, see the description of OSGetSaveRegion.
OSExecl/OSExecv
OSSetSaveRegion
OSGetSaveRegion
03/01/2006 Initial version.