由 訪客 » 週四 3月 06, 2003 6:39 am
Please try:
# apt-cache search kernel-source*
# apt-get install kernel-source-i.j.kk
# cd /usr/src
# tar -jxf kernel-source-i.j.kk.tar.bz2
(Change i.j.kk to the version number of the kernel you want to see).
You may also want to do
# cd /usr/src
# ln -s kernel-source-i.j.kk linux
to make things consistent with other distributions.