UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
exec.c File Reference
#include "types.h"
#include "param.h"
#include "memlayout.h"
#include "mmu.h"
#include "proc.h"
#include "defs.h"
#include "x86.h"
#include "elf.h"

Go to the source code of this file.

Functions

int exec (char *path, char **argv)
 

Function Documentation

int exec ( char *  path,
char **  argv 
)

Definition at line 11 of file exec.c.