> Do large ramdisks (ie 10MB) work? I added (trivial) code to the init
> file to make /tmp larger on systems with more than 16MB of memory, but
> it behaved oddly when I tried to fill it up. (I ask, cause that would
> be an idea for an easy change. Larger and more ramdisks on systems
> with big memory.)
It isn't changable at the point I know how much memory there is.
There is a boot: prompt parameter you have to enter in order to go over
4096K, um, the default is:
boot: zImage ramdisk_size=4096
It is so that your ramdisk doesn't eat all your real memory. Just put in:
boot: zImage ramdisk_size=16384
and it should give you what you want.
> backed up that disk.) I was a bit less amused when the people who are
> supposed to support my PC informed me that it was too old for them to
> find the drivers to re-image the disk (sigh.) They did get it working.
I usually back up the whole image including drivers under tomsrtbt, and
also the output of fdisk -l, and also the first 512 or 1024 bytes of any
bootable disks or partitions. I _never_ depend on the people who are
supposed to support it...
-Tom