#include <revolution/os.h>void OSRebootSystem(void);None.
None.
OSRebootSystem performs a (hot) reset of the entire system. Running this returns the system to the same state after turning the power, running the system menu after the launch sequence has run.
You must be aware of the cautions indicated in the Reset and Shutdown Functions when calling this function.
WARNING: A significant amount of time is needed for the application program to restart because the system menu must be launched after running the same sequence that occurs when the power is turned on. We strongly recommend using the OSRestart restart (or the initialization of all variables and memory states by the application itself) to reset applications normally. If your only objective is to return to the system menu, we strongly recommend using OSReturnToMenu.
08/10/2006 Initial version.
CONFIDENTIAL