#cobd0为系统挂载地址
cobd0="McChiBi.fs"
cobd1="swap_1024Mb"
root=/dev/cobd0
ro
#cofs1这个是共享WIN机器的目录,需要在LINUX建相应目录
#cofs1=gamed
# mount -t cofs 1 /usr/rain/gamed
#mem为内存大小,根据自己电脑填写
mem=512
eth0=slirp,,tcp:22:22/tcp:29000:29000/tcp:29400:8888/tcp:3306:3306/tcp:80:80
eth1=pcap-bridge,"colinux",,
eth2=tuntap
#桥接的话请去掉#eth1的#号
|