From a02ace341eba2679008cba2c7dcd9de0fa285a22 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 3 Dec 2004 21:27:44 +0000 Subject: [PATCH] Comments. --- src/filesys/filesys.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/filesys/filesys.c b/src/filesys/filesys.c index 440fc57..7b16438 100644 --- a/src/filesys/filesys.c +++ b/src/filesys/filesys.c @@ -38,10 +38,11 @@ /* Filesystem. - For the purposes of the "user processes" assignment (project - 2), please treat all the code in the filesys directory as a - black box. No changes should be needed. For that project, a - single lock external to the filesystem code suffices. + For the purposes of the "user processes" and "virtual memory" + assignments (projects 2 and 3), please treat all the code in + the filesys directory as a black box. No changes should be + needed. For those projects, a single lock external to the + filesystem code suffices. The filesystem consists of a set of files. Each file has a header called an `index node' or `inode', represented by -- 2.30.2