X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ffilesys.texi;h=d580a0d7fb6fb2d43c8a829d05578dd593399425;hb=cc3d8c5928126f60f77c20f83c0123bb34238950;hp=c20ac8a5ca2351267f7585f33e7d63f95ddb1e09;hpb=b53e2e29e6ff38abd62be9e2319812c7f9a2095d;p=pintos-anon diff --git a/doc/filesys.texi b/doc/filesys.texi index c20ac8a..d580a0d 100644 --- a/doc/filesys.texi +++ b/doc/filesys.texi @@ -289,7 +289,8 @@ be implemented properly in @file{threads/init.c} and @item @b{Will you test our file system with a different @code{DISK_SECTOR_SIZE}?} -No, @code{DISK_SECTOR_SIZE} will not change. +No, @code{DISK_SECTOR_SIZE} is fixed at 512. This is a fixed property +of IDE disk hardware. @item @b{Will the @code{struct inode} take up space on the disk too?}