aboutsummaryrefslogtreecommitdiff
path: root/mpiosh/mpiosh.c
diff options
context:
space:
mode:
authorgermeier <germeier>2002-09-15 12:03:22 +0000
committergermeier <germeier>2002-09-15 12:03:22 +0000
commita9c7d297c5244f6ffc5ac0f977b56f7e19d14cd1 (patch)
tree9fcfa9442c1574c9c7dee5b8ff4dd0560888e881 /mpiosh/mpiosh.c
parentf8ffc3a54f0f6dce3929b32fb582a77d871e87a3 (diff)
downloadmpiosh-a9c7d297c5244f6ffc5ac0f977b56f7e19d14cd1.tar.gz
mpiosh-a9c7d297c5244f6ffc5ac0f977b56f7e19d14cd1.tar.bz2
mpiosh-a9c7d297c5244f6ffc5ac0f977b56f7e19d14cd1.zip
added model identification
use 0x80 for external memory on the DMG line added code to dump first 0x100 sectors of memory
Diffstat (limited to 'mpiosh/mpiosh.c')
-rw-r--r--mpiosh/mpiosh.c5
1 files changed, 4 insertions, 1 deletions
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 <crunchy@tzi.de>
*
@@ -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 }
};