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

Go to the source code of this file.

Functions

void test_main (void)
 Exec a child with an exec string that spans a page boundary. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Exec a child with an exec string that spans a page boundary.

tests/main.h

Definition at line 9 of file exec-bound.c.

References copy_string_across_boundary(), exec(), and wait().

Here is the call graph for this function: