coLinux Configuration


  1. Download and decompress this 1 Gb Fedora Core 5 file system image (7 Gb uncompressed). Save it in your coLinux installation folder.  GDL version 0.9pre2 is already included with this preconfigured file system. If you need a decompression program for handling bz2 files try using 7-Zip.
     
  2. In the coLinux folder create the file fedora.bat. Add the following lines and edit the paths appropriately:

    c:
    cd c:\Program Files\coLinux
    colinux-daemon.exe -c "c:\Program Files\coLinux\fedora.colinux.xml"

     
  3. Right click on "My Computer",select properties and determine the amount of system memory you have. Decide what portion of this memory you want to allocate for use in coLinux. For most applications 64 Mb is sufficient. You also need to create a coLinux swap partition. This partition should be about twice the size of the memory you allotted for use in coLinux (e.g. 128 Mb).
     
  4. After deciding the size of your swap space, download and decompress an appropriate swap file from here. Create it in the coLinux installation folder.
     
  5. Create the file fedora.colinux.xml. Add the following lines below and modify the block device and memory size parameters appropriately. No changes to these are needed if you use the recommended settings from step #3 above. Network index names are case sensitive and are the same as those found in the network connections panel.

    <?xml version="1.0" encoding="UTF-8"?>

    <colinux>

    <block_device index="0" path="\DosDevices\c:\Program Files\coLinux\FedoraCore5-ext3" enabled="true" />
    <block_device index="1" path="\DosDevices\c:\Program Files\coLinux\swap_128Mb" enabled="true" />
    <bootparams>root=/dev/cobd0</bootparams>
    <initrd path="initrd.gz" />
    <image path="vmlinux" />
    <memory size="64" />
    <network index="0" type="tap" name="colinux" />
    <network index="1" type="bridged" name="Local Area Connection" />

    </colinux>

 

 


Responsible NASA Official:  Gordon D. Holman
Web Content:  Merrick Berg

Heliophysics Science Division
NASA/Goddard Space Flight Center
Laboratory for Solar Physics/ Code 671
Greenbelt, MD, 20771, USA
Gordon.D.Holman@nasa.gov