Use standard POSIX "ustar" format for the scratch disk.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 24 Aug 2008 04:31:40 +0000 (04:31 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 24 Aug 2008 04:31:40 +0000 (04:31 +0000)
commitaad6951e264c5f86865fbfc36ecd0cf1663f0eae
tree484c8780eb4d4423b6d123ffb59991864dba0640
parentfdc9df9f83b8d6676b2fef983bf72a778e04c26f
Use standard POSIX "ustar" format for the scratch disk.

This should make it easier to work with scratch disks directly,
instead of through the "pintos" script.

With naming suggestion from Godmar Back.
15 files changed:
doc/bibliography.texi
doc/filesys.texi
doc/userprog.texi
solutions/p4.patch
src/Makefile.build
src/Makefile.userprog
src/filesys/fsutil.c
src/filesys/fsutil.h
src/lib/packed.h [new file with mode: 0644]
src/lib/ustar.c [new file with mode: 0644]
src/lib/ustar.h [new file with mode: 0644]
src/tests/filesys/extended/tar.c
src/tests/tests.pm
src/threads/init.c
src/utils/pintos