2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: ColdReboot() - Reboot the computer.
9 #include <aros/debug.h>
11 /*****************************************************************************
14 #include <proto/exec.h>
16 AROS_LH0(void, ColdReboot
,
19 struct ExecBase
*, SysBase
, 121, Exec
)
22 This function will reboot the computer.
28 This function does not return.
31 It can be quite harmful to call this function. It may be possible that
32 you will lose data from other tasks not having saved, or disk buffers
33 not being flushed. Plus you could annoy the (other) users.
42 This function is not really necessary, and could be left unimplemented
43 on many systems. It is best when using this function to allow the memory
44 contents to remain as they are, since some programs may use this
45 function when installing resident modules.
47 ******************************************************************************/
51 /* TODO: Write exec/ColdReboot() */
52 aros_print_not_implemented("ColdReboot");