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

Go to the source code of this file.

Functions

int main (void)
 halt.c More...
 

Function Documentation

◆ main()

int main ( void  )

halt.c

Simple program to test whether running a user program works.

Just invokes a system call that shuts down the OS.

Definition at line 10 of file halt.c.

References halt().

Here is the call graph for this function: