PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
#include <string.h>
#include <syscall.h>
#include "tests/vm/sample.inc"
#include "tests/lib.h"
#include "tests/main.h"
Go to the source code of this file.
Functions | |
void | test_main (void) |
Maps a file into memory and runs child-inherit to verify that mappings are not inherited. More... | |
void test_main | ( | void | ) |