|
|
Xinu for VAX
/* x_reboot.c - x_reboot */
#include <conf.h>
#include <kernel.h>
/*------------------------------------------------------------------------
* x_reboot - (builtin command reboot) restart the system from scratch
*------------------------------------------------------------------------
*/
BUILTIN x_reboot(stdin, stdout, stderr, nargs, args)
int stdin, stdout, stderr, nargs;
char *args[];
{
restart(); /* warning! This terminates everything. */
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.