]> Devi Nivas Git - cs3210-lab0.git/commit
Disentangle block size from the disk's sector size. Set block size to 1024 to show
authorFrans Kaashoek <kaashoek@mit.edu>
Fri, 3 Apr 2015 12:22:02 +0000 (08:22 -0400)
committerFrans Kaashoek <kaashoek@mit.edu>
Fri, 3 Apr 2015 12:22:02 +0000 (08:22 -0400)
commitc24ac5d76353d04955cc348f1cb5b95743c42b38
treecd58ba052fc238fe7f47a495c22c65e7d4bcbd45
parent7443b9649a6d83443439ae95458434038313b42b
Disentangle block size from the disk's sector size.  Set block size to 1024 to show
that they can be different.  Clean up mkfs, simplifying specifying fs parameters,
remove some redundancy between fs and mkfs, and fix disk layout bugs. Call blocks
in the file system blocks instead of sectors.  Passes usertests for different
block sizes.
bio.c
bootmain.c
buf.h
fs.c
fs.h
ide.c
kill.c
log.c
memide.c
mkfs.c
param.h