
/boot/vmlinuz is the current kernel. You will need to copy the newly compiled kernel from your configuration directory:
/usr/src/linux/arch/i386/boot/bzImage
But first you'll need to run make bzImage after "make clean" You may consider looking at the kernel compile user's guide in the Slackware section, you seem to be missing some of the fundamentals there.
Cool