From 6e46f4e1f857e02c8ce8374cf5b743e6eb85677f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 23 Nov 1998 18:35:18 +0000 Subject: Upped the memory to 8 Mbytes. --- c/src/lib/libbsp/powerpc/psim/tools/psim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/powerpc/psim/tools/psim b/c/src/lib/libbsp/powerpc/psim/tools/psim index 593148fd08..18368f2088 100755 --- a/c/src/lib/libbsp/powerpc/psim/tools/psim +++ b/c/src/lib/libbsp/powerpc/psim/tools/psim @@ -21,7 +21,8 @@ GDB_FILE=gdb_tree.${LOGNAME} # Build this user's device tree file echo "/#address-cells 2" > ${TREE_FILE} -echo "/openprom/options/oea-memory-size 4194304" >> ${TREE_FILE} +#echo "/openprom/options/oea-memory-size 4194304" >> ${TREE_FILE} +echo "/openprom/options/oea-memory-size 8388608" >> ${TREE_FILE} # These require the semaphore and shared memory device models. # echo "/shm@0xc0000000/reg 0xc0000000 0x10000" >> ${TREE_FILE} # echo "/shm@0xc0000000/key ${RTEMS_SHM_KEY}" >> ${TREE_FILE} -- cgit v1.2.3