rburkartjo:
If the other OS uses grub2 as it's boot loader, add the following to your PCLinuxOS /boot/grub/menu.lst;
title Other OS
root (hd0,0)
kernel /boot/grub/core.img
When selected from the initial boot menu, this should chainload the other OS boot menu so you can choose it as the OS to boot.