X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fvm%2Fpage-linear.c;h=652a47b36c8e83e203b9dfe968b1aae67a113fcb;hb=5aede12cbaae26a13df4e2b926c78ed85945dbad;hp=85aeab6c1f4382553a8ee7b9f3bdcab7f11a1823;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/tests/vm/page-linear.c b/src/tests/vm/page-linear.c index 85aeab6..652a47b 100644 --- a/src/tests/vm/page-linear.c +++ b/src/tests/vm/page-linear.c @@ -1,9 +1,12 @@ +/* Encrypts, then decrypts, 2 MB of memory and verifies that the + values are as they should be. */ + #include #include "tests/arc4.h" #include "tests/lib.h" #include "tests/main.h" -#define SIZE (1024 * 1024) +#define SIZE (2 * 1024 * 1024) static char buf[SIZE];