UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
init.c File Reference
#include "types.h"
#include "stat.h"
#include "user.h"
#include "fcntl.h"

Go to the source code of this file.

Functions

int main (void)
 

Variables

char * argv [] = { "sh", 0 }
 

Function Documentation

int main ( void  )

Definition at line 11 of file init.c.

Variable Documentation

char* argv[] = { "sh", 0 }

Definition at line 8 of file init.c.