2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: ColdReboot() - Reboot the computer.
9 /*****************************************************************************
13 AROS_LH0(void, ColdReboot,
16 struct ExecBase *, SysBase, 121, Exec)
19 This function will reboot the computer.
25 This function does not return.
28 It can be quite harmful to call this function. It may be possible that
29 you will lose data from other tasks not having saved, or disk buffers
30 not being flushed. Plus you could annoy the (other) users.
39 This function is not really necessary, and could be left unimplemented
40 on many systems. It is best when using this function to allow the memory
41 contents to remain as they are, since some programs may use this
42 function when installing resident modules.
46 ******************************************************************************/
48 #include "aros/i386/asm.h"
51 .globl AROS_SLIB_ENTRY(ColdReboot,Exec)
52 _FUNCTION(AROS_SLIB_ENTRY(ColdReboot,Exec))
53 AROS_SLIB_ENTRY(ColdReboot,Exec):