website: www.colinux.org

Anybody used it before? Just want to verify the installing procedure,
I already have Fedora Core 2 on my second HD, so I would install coLinux, and then go through the steps of converting distribution, and I'm lost on one of the steps here.
B. Create /dev/cobdN devices in the linux partition

for i in 0 1 2 3 4 5 6 7

do
mknod /dev/cobd$i b 117 $i
done

PS. I think that currently only 8 cobd devices are supported (at least as of 0.6.0)
It's been awhile since I do scripting in linux, so what do I do with the above code?