diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-03-17 01:47:23 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-03-17 01:47:23 +0100 |
| commit | 185f7edbf34d9926bb0083281fa61e800887eff8 (patch) | |
| tree | f0abfd8a4be5eb951a4d7fde7a7ac367c05a6b8f /src/standalone/lab14/pagedir.c | |
| parent | 6dab587f279e5320dc3fc2dcc9977af98a323c33 (diff) | |
| parent | b7002c53057d4ae049237786d26f00a762dbc2ea (diff) | |
| download | pintos-rs-185f7edbf34d9926bb0083281fa61e800887eff8.tar.gz | |
Merge remote-tracking branch 'upstream/master'main
Diffstat (limited to 'src/standalone/lab14/pagedir.c')
| -rw-r--r-- | src/standalone/lab14/pagedir.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/standalone/lab14/pagedir.c b/src/standalone/lab14/pagedir.c new file mode 100644 index 0000000..b60d871 --- /dev/null +++ b/src/standalone/lab14/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 -m32 -g verify_adr.c pagedir.o + */ +#error Read comment above. Leave this line in place. + |
