summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-11-23 18:35:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-11-23 18:35:18 +0000
commit6e46f4e1f857e02c8ce8374cf5b743e6eb85677f (patch)
treed9388cdd2ec22cb5972390956927d048cb6c0de8
parentAdded --disable-multiprocessing flag and modified a lot of files to make (diff)
downloadrtems-6e46f4e1f857e02c8ce8374cf5b743e6eb85677f.tar.bz2
Upped the memory to 8 Mbytes.
-rwxr-xr-xc/src/lib/libbsp/powerpc/psim/tools/psim3
1 files changed, 2 insertions, 1 deletions
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}