diff options
| author | klaar36 <klas.arvidsson@liu.se> | 2017-03-20 17:59:45 +0100 |
|---|---|---|
| committer | klaar36 <klas.arvidsson@liu.se> | 2017-03-20 17:59:45 +0100 |
| commit | f9003d89b17c039ab903f622580e61925e137523 (patch) | |
| tree | b46ab4f9745c96a78685ca29b6a18ed2531205d6 /src/standalone/upg5/pagedir.c | |
| parent | d9ae213323d0a036b7f3594de6822413a4c312c6 (diff) | |
| download | pintos-rs-f9003d89b17c039ab903f622580e61925e137523.tar.gz | |
added given files for standalone labs
Diffstat (limited to 'src/standalone/upg5/pagedir.c')
| -rw-r--r-- | src/standalone/upg5/pagedir.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/standalone/upg5/pagedir.c b/src/standalone/upg5/pagedir.c new file mode 100644 index 0000000..7ef78a3 --- /dev/null +++ b/src/standalone/upg5/pagedir.c @@ -0,0 +1,8 @@ +/* The code that simulates and tests your address verification. How + this is done is disclosed. As a student you shall not compile this + file, but instead compile your program with the .o file as: + + gcc -Wall -Wextra -std=c99 -pedantic -g verify_adr.c pagedir.o + */ +#error Read comment above. Leave this line in place. + |
