In my operating systems class we had to modify the boot screen of the Minix OS. I understood just about everything we did, but at the end of the make for compiling the new OS, there's a line:
cp image /dev/c0d0p0:/minix/2.0.4r2
I don't understand what the colon is for, can anybody explain this? I've searched all over with no luck.