you can create a Ram drive on Audrey's internal 32MB ram.
this is a temporary storage folder and will disappear when
Auredy is rebooted. You can add the commands to your boot.sh
to have the ram drive created at boot.
1. download devf-ram from my website
2. put it in /bin
3. chmod a+x /bin/devf-ram
(skip 1 2 3 if you have devf-ram)
4. devf-ram -s0,#M -c
(# is 2,4,8,16, or 32)
5. cd /dev
(you should see fs2p0 or greater if not try a different # in step 4)
6. flashctl -p/dev/fs2p0 -v -e -f
7. cd /
(you should see fs2p0 as a folder)
you can store anything you want in /fs2p0 but it will be erased after a reboot.
you can put step 4 and 6 in your /kojak/boot.sh to have the ram drive
created at boot
http://home.attbi.com/~kenzhao8/index.html