X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=grading%2Fvm%2Fmmap-shuffle.c;h=ae16f4a206fb565809f2d7012fa85bbaafb01153;hb=dc17c571d79b596194b88c50d5113e4a1b2f2238;hp=1eccc03849ee0ccc24aa7ad11afa477d59ea91d2;hpb=ff076af15fa93292b8843e76bd6bab7ac5421095;p=pintos-anon diff --git a/grading/vm/mmap-shuffle.c b/grading/vm/mmap-shuffle.c index 1eccc03..ae16f4a 100644 --- a/grading/vm/mmap-shuffle.c +++ b/grading/vm/mmap-shuffle.c @@ -8,7 +8,11 @@ #include "../lib/arc4.h" #include "../lib/cksum.h" -#define SIZE (63 * 1024) /* Max file size. */ +/* This is the max file size for an older version of the Pintos + file system that had 126 direct blocks each pointing to a + single disk sector. We could raise it now. */ +#define SIZE (126 * 512) + static char *buf = (char *) 0x10000000; static struct arc4 *