[commit] r2398 - trunk/vendors/Nintendo/common

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Thu Dec 18 19:51:47 CET 2008


Author: dslinux_sonny_jim
Date: Thu Dec 18 19:51:47 2008
New Revision: 2398

Log:
Add warning message if extra memory not found

Modified:
   trunk/vendors/Nintendo/common/rc.common

Modified: trunk/vendors/Nintendo/common/rc.common
==============================================================================
--- trunk/vendors/Nintendo/common/rc.common	(original)
+++ trunk/vendors/Nintendo/common/rc.common	Thu Dec 18 19:51:47 2008
@@ -159,6 +159,9 @@
 	then
 	/usr/bin/gpm -m /dev/mouse0 -t ps2 &
 	fi
+else
+	echo "********** Extra RAM NOT detected! ***********"
+	echo "You may experience crashes due to lack of memory"
 fi
 
 # show firmware version if configured


More information about the dslinux-commit mailing list