From b7002c53057d4ae049237786d26f00a762dbc2ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Str=C3=B6mb=C3=A4ck?= Date: Tue, 16 Mar 2021 13:01:32 +0100 Subject: Updated names in standalone/ to match new lab numbering. --- src/standalone/lab14/pagedir.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/standalone/lab14/pagedir.c (limited to 'src/standalone/lab14/pagedir.c') 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. + -- cgit v1.2.1