From 6ff6ad4df2effd271044383a310fad7bb198ec21 Mon Sep 17 00:00:00 2001 From: "warren.toomey" Date: Sun, 4 May 2008 14:56:12 +0000 Subject: [PATCH] Changed the TODO comments; allow more than RF_INODES on the RK image. --- tools/mkfs.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tools/mkfs.c b/tools/mkfs.c index eee942c..4e01611 100644 --- a/tools/mkfs.c +++ b/tools/mkfs.c @@ -4,12 +4,15 @@ * * Other contributors, add your name above. * - * TODO: work out how to add /dev and device files + * TODO: add large file functionality * ensure that swap is not used on RF disk images. * deal with errors instead of exiting :-) * - * $Revision: 1.17 $ - * $Date: 2008/05/04 14:20:12 $ + * in the long run, have the ability to read from/write to + * existing images, a la an ftp client. + * + * $Revision: 1.18 $ + * $Date: 2008/05/04 14:55:05 $ */ int debug=1; @@ -518,7 +521,6 @@ int main(int argc, char *argv[]) } else { disksize = RF_SIZE; fs_size = RF_NOSAWPSIZE; - icount= RF_INODES; /* Set it up as per cold UNIX */ } /* Create the image */