CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
entry.c File Reference
#include <syscall.h>
Include dependency graph for entry.c:

Go to the source code of this file.

Functions

int main (int, char *[])
 
void _start (int argc, char *argv[])
 

Function Documentation

◆ _start()

void _start ( int  argc,
char *  argv[] 
)

Definition at line 7 of file entry.c.

References exit(), and main().

Referenced by paging_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  ,
char *  [] 
)

Referenced by _start().

Here is the caller graph for this function: