2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
5 Desc: ColdReboot() - Reboot the computer, Unix-hosted implementation.
9 #include <aros/debug.h>
11 #include "exec_intern.h"
12 #include "exec_util.h"
14 AROS_LH0(void, ColdReboot
,
15 struct ExecBase
*, SysBase
, 121, Exec
)
19 Exec_DoResetCallbacks((struct IntExecBase
*)SysBase
, SD_ACTION_WARMREBOOT
);
21 PD(SysBase
).SysIFace
->exit(0x8F); /* Another magic value for the bootstrap */