Use standard POSIX "ustar" format for the scratch disk.
[pintos-anon] / src / Makefile.build
index 0934551144d38614c9c262e5b5acab01ed3843f1..4bd92202bb0838afdf16cdcd4956e67f8d71f889 100644 (file)
@@ -38,7 +38,8 @@ lib_SRC += lib/random.c                       # Pseudo-random numbers.
 lib_SRC += lib/stdio.c                 # I/O library.
 lib_SRC += lib/stdlib.c                        # Utility functions.
 lib_SRC += lib/string.c                        # String functions.
-lib_SRC += lib/arithmetic.c
+lib_SRC += lib/arithmetic.c            # 64-bit arithmetic for GCC.
+lib_SRC += lib/ustar.c                 # Unix standard tar format utilities.
 
 # Kernel-specific library code.
 lib/kernel_SRC  = lib/kernel/debug.c   # Debug helpers.