Hi when i want to install CDemu(
http://cdemu.sourceforge.net) i read the directions.. and it says this:
# extract the archive:
$ tar -jxvf cdemu-<VER>.tar.bz2
# you need the source of your current running kernel.
/lib/modules/$(shell uname -r)/build/include needs to point at it.
# build the module:
$ make
# install the module and user space utilities:
$ sudo make install
# now simply load the kernel module:
$ sudo modprobe cdemu
i don't get the part about 'you need the source of your current running kernel"
what do i do?