CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
sc-boundary-2.c File Reference
#include <syscall-nr.h>
#include "tests/userprog/boundary.h"
#include "tests/lib.h"
#include "tests/main.h"
Include dependency graph for sc-boundary-2.c:

Go to the source code of this file.

Functions

void test_main (void)
 Invokes a system call with one byte of the system call's argument on a separate page from the rest of the bytes. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Invokes a system call with one byte of the system call's argument on a separate page from the rest of the bytes.

tests/main.h

This must work.

Definition at line 11 of file sc-boundary-2.c.

References fail(), get_boundary_area(), and SYS_EXIT.

Here is the call graph for this function: