LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 860|回复: 1

colinux 0.6.2的default.colinux.xml具体怎么配置?

[复制链接]
发表于 2005-10-24 14:04:08 | 显示全部楼层 |阅读模式
我在colinux主页下了个colinux0.6.2,还下了个Debian-3.0r0.ext3.1gb,解开后1G,没解开好像是18M。想学学debian,都放在d:\program files\colinux下,请问该怎么配置才能用?我搜了很久还是没有找到具体的答案,哪位用过的请具体点说明一下好吗,谢谢!比如他的default.colinux.xml我改成了
<?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 Aliasing: You can now handle most dual-boot issues
         by adding an alias="devname" to block_device. i.e. alias="hda",
         alias="hda1" You can do this for SCSI as well as IDE.  You need
         to be aware that if you add an alias, you need to change your
         bootparams root="devname" appropriately (you may need to use
         devfs naming in some situations).  
  -->
  <block_device index="0" path="\hda\d:\program files\coLinux\Debian-3.0r0.ext3.1gb" enabled="true" />
- <!--  This line can specify a swap file if you wish, or an additional
         image file, it will /dev/cobd1. Additional block_devices can
         be specified in the same manner by increasing the index
  -->
  <block_device index="1" path="\hda\d:\program files\coLinux\swap_device" enabled="true" />
- <!--  bootparams allows you to pass kernel boot parameters
  -->
  <bootparams>root=/dev/cobd0</bootparams>
- <!--  Initial RamDISK (initrd) support
  -->
  <initrd path="initrd.gz" />
- <!--  image allows you to specify the kernel to boot
  -->
  <image path="vmlinux" />
- <!--  this line allows you to specify the amount of memory available
         to coLinux
  -->
  <memory size="64" />
- <!--  This allows you to modify networking parameters, see the README
         or website or wiki for more information
  -->
  <network index="0" type="tap" />
  </colinux>

而且在colinux-daemon.exe加上了-t nt -c default.colinux.xml,但还是dos界面一闪就没了,而到命令提示符模式下用,也不能用,请问具体该怎么配置啊?有没有这方面的说明文档?
发表于 2005-10-24 17:11:51 | 显示全部楼层
把path="\hda\d:\..."改成path="\DosDevices\d:\..."试试,另外注意内存是不是够用,如果内存不够,也会直接退出。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表