<?xml version="1.0" encoding="UTF-8"?>
<colinux>
    <!-- This line needs to point to your root file system. 
  	 For example change "root_fs" to the name of the Debian image.
         Inside coLinux it will be /dev/cobd0 -->
    <block_device index="0" 
		path="\DosDevices\c:\coLinux\Fedora5-2gb.ext3" enabled="true" />
    <block_device index="1"                                                 
		path="\DosDevices\c:\coLinux\swap_512Mb" enabled="true" />
    <block_device index="2" 
		path="\DosDevices\c:\coLinux\ELDK-4Gb.ext3" enabled="true" />
    <block_device index="3"
		path="\DosDevices\c:\coLinux\home-1Gb.ext3" enabled="true" />
    <block_device index="4" 
		path="\Device\Cdrom0" alias="cdrom" enabled="true" />
    

    <cofs_device index="0" path="\DosDevices\c:\coLinux\winDir" type="flat" enabled="true" />
    <cofs_device index="1" path="\DosDevices\c:\coLinux\winChlee" type="flat" enabled="true" />
    <cofs_device index="2" path="\DosDevices\d:\" type="flat" enabled="true" />


    <!-- bootparams allows you to pass kernel boot parameters -->
    <bootparams>root=/dev/cobd0 fastboot nogui</bootparams>

    <!-- image allows you to specify the kernel to boot -->
    <image path="vmlinux" />

    <initrd path="initrd.gz" />

    <!-- this line allows you to specify the amount of memory available 
         to coLinux -->
    <memory size="256" />

    <!-- This allows you to modify networking parameters, see the README 
         or website for more information -->
    <network index="0" type="bridged" name="Local Area Connection" mac="00:FF:B2:07:B8:00" />
    <!-- Local high-speed  connection  via MS loopback adapter -->
    <!-- network index="1" type="bridged" name="Local Area Connection 3" -->


</colinux>
