Always make the scratch disk an even multiple of a cylinder in size.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 16 Oct 2008 22:49:48 +0000 (22:49 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 16 Oct 2008 22:49:48 +0000 (22:49 +0000)
The pintos script tried to do so before but "print" and "syswrite"
are buffered differently and interfere with one another.

Thanks to Karan Misra <kmisra@stanford.edu> for pointing out the
problem and confirming the solution.


No differences found