Linux Swap File
Copy debian-sgt-2gb.xml to c:\colinux if you haven't already.
xwin.exe and the xwin folder contain a subfolder named "swap".
Move all of the swap*.exe files from the swap subfolder to your CoLinux folder.
In the CoLinux folder, double click on the swap size that you want to use.
Note: debian-sgt-2gb.xml by default is setup to use the 512mb swap file. If you double click the 512mb exe it will extract a 512mb swap image and you will not have to edit your debian-sgt-2gb.xml.
If you decide to use a different swap image, you will have to manually edit debian-sgt-2gb.xml and change this line:
<block_device index="1" path="\DosDevices\c:\colinux\swap_512mb" enabled="true" />
So that the number '512' matches the number of the swap image.
Example:
Say you double click swap_1024mb.exe and extract the 1024mb swap image, in this case, your modified line would be:
<block_device index="1" path="\DosDevices\c:\colinux\swap_1024mb" enabled="true" />
CoLinux's /etc/fstab is already set to automatically mount your
linux swap file.