From a9c7d297c5244f6ffc5ac0f977b56f7e19d14cd1 Mon Sep 17 00:00:00 2001 From: germeier Date: Sun, 15 Sep 2002 12:03:22 +0000 Subject: added model identification use 0x80 for external memory on the DMG line added code to dump first 0x100 sectors of memory --- mpiosh/mpiosh.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mpiosh/mpiosh.c') diff --git a/mpiosh/mpiosh.c b/mpiosh/mpiosh.c index 098adaa..30a773c 100644 --- a/mpiosh/mpiosh.c +++ b/mpiosh/mpiosh.c @@ -2,7 +2,7 @@ /* * - * $Id: mpiosh.c,v 1.10 2002/09/14 23:34:49 crunchy Exp $ + * $Id: mpiosh.c,v 1.11 2002/09/15 12:03:23 germeier Exp $ * * Author: Andreas Büsching * @@ -124,6 +124,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 }, { NULL, NULL, NULL, NULL } }; -- cgit v1.2.3