#include "types.h"#include "x86.h"#include "defs.h"#include "param.h"#include "mmu.h"#include "proc.h"Go to the source code of this file.
Functions | |
| int | sys_fork (void) |
| int | sys_exit (void) |
| int | sys_wait (void) |
| int | sys_kill (void) |
| int | sys_getpid (void) |
| int | sys_sbrk (void) |
| int | sys_sleep (void) |
| int sys_sbrk | ( | void | ) |
| int sys_sleep | ( | void | ) |
1.5.6