From 394e96c30d87613fc733167297d1bf594d5e5035 Mon Sep 17 00:00:00 2001 From: germeier Date: Mon, 23 Sep 2002 22:38:03 +0000 Subject: read spare area from external memory too display progress for internal and external memory a few code clean ups and checks renamed debug_memory to dump_memory and dump more memory areas now a lot of little changes and updates --- mpiosh/mpiosh.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mpiosh/mpiosh.c') diff --git a/mpiosh/mpiosh.c b/mpiosh/mpiosh.c index f40fd9d..508bf3d 100644 --- a/mpiosh/mpiosh.c +++ b/mpiosh/mpiosh.c @@ -2,7 +2,7 @@ /* * - * $Id: mpiosh.c,v 1.17 2002/09/21 22:17:15 germeier Exp $ + * $Id: mpiosh.c,v 1.18 2002/09/23 22:38:03 germeier Exp $ * * Author: Andreas Büsching * @@ -125,9 +125,9 @@ mpiosh_cmd_t commands[] = { { "lmkdir", NULL, "create a local directory", mpiosh_cmd_lmkdir }, - { "debug_memory", NULL, - "dump the first 0x100 of the selected memory card", - mpiosh_cmd_debug_mem }, + { "dump_memory", NULL, + "dump FAT, directory, spare area and the first 0x100 of the selected memory card", + mpiosh_cmd_dump_mem }, { NULL, NULL, NULL, NULL } }; -- cgit v1.2.3