#include "types.h"
#include "stat.h"
#include "user.h"
#include "fcntl.h"
Go to the source code of this file.
Definition at line 11 of file init.c.
References argv, dup(), exec(), exit(), fork(), mknod(), O_RDWR, open(), printf(), and wait().
Definition at line 8 of file init.c.
Referenced by main(), and sys_exec().