IMHO, best thing if not immediately obvious is to create a large enough and permanent swap PARTITION.
This could even reside in a hard drive's logical partition.
hdx5 through hdx16 are logical partitions in Linux terminology, where "x" is the letter based upon your computer's controller channels (primary vs. secondary) and sequence in each channel (master vs. slave)
See if you have any unpartitioned space at all on the drive, e.g., not partitioned from either Windows or Linux. If so, then you could startup Amigo from within Windows, run fdisk to create a 16-20mb partition using some of this unpartitioned space (note that this is 2-2.5 X physical RAM), change the partition to type 82, and run the CLI commands
Code:
mkswap -cv /dev/hdx#; swapon /dev/hdx#
where the "#" is your Linux swap partition from the just-carried-out fdisk.
With your current 8mb physical RAM, such a 16-20mb swap partition would noticeably speed up the system in allowing a number of processes to run in text mode.