
Note that the root filesystem is a fixed-size (and almost full) ramdisk.
If you want to run programs that generate large files (such as mprime) then
do so from under the /tmp directory which is on a dynamically sized tmpfs
filesystem.

Files generated by the console 1 torture test are in /tmp/torture-test/, the
following sequence of commands can be used to save the results.txt file to a
dos floppy in the first drive (e.g. the boot floppy):

  $ mount -t vfat /dev/fd0 /mnt
  $ cp /tmp/torture-test/results.txt /mnt
  $ umount /mnt
