View Single Post
Old 06-29-2012, 05:21 AM   #6
Kino
Enthusiast
Kino began at the beginning.
 
Posts: 41
Karma: 10
Join Date: May 2009
Device: CyBook
lunohod, thanks for the reply.

Unfortunately, the "about" page gives no indication of how much ram is available.

The start-up script boot-oi.sh is:
Code:
#!/bin/sh
DIR=/mnt/mmc/openinkpot
mount /mnt/mmc -o remount,rw
for i in $DIR/reloaded*.ko; do insmod $i kernel=$DIR/vmlinuz-2.6.37-eb600 initrd=$DIR/initrd.gz >> $DIR/boot.log.txt 2>&1; done
dmesg > $DIR/dmesg.txt
so I'm unsure as to how to implement your suggestion.
Kino is offline