#include <revolution/os.h> void OSEnableCodeExecOnMEM2Lo16MB( void );
None.
None.
Allows the execution of code located in the first 16MB of external main memory (MEM2 region).
The OS prohibits execution of code in the MEM2 region by default. An ISI exception is generated if an attempt is made to execute code in the MEM2 region. This function changes this setting to allow the execution of code in the first 16MB of memory.
This function must be executed ahead of time to expand executable code in the MEM2 region using the RSO library, etc.
Note:No function is provided for allowing the execution of code in a memory region larger than 16MB.
OSDisableCodeExecOnMEM1Hi8MB OSDisableCodeExecOnMEM1Hi16MB OSEnableCodeExecOnMEM2Lo8MB
2008/01/17 Initial version.
CONFIDENTIAL