|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|
#include <syscall.h>
Go to the source code of this file.
Functions | |
| int | main (int, char *[]) |
| void | _start (int argc, char *argv[]) |
| void _start | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 7 of file entry.c.
References exit(), and main().
Referenced by paging_init().


| int main | ( | int | , |
| char * | [] | ||
| ) |
1.8.16