James>  I was curious if it's possible to yank the Linux Kernel v2.0.20 off
  James> sunsite.unc.edu and install it on a Debian v1.1 (Kernel v2.0)
  James> machine.

Yes, that should work. Just untar it somewhere, have /usr/src/linux point to
that directory, install the Debian's kernel-package, read it's doc and say
        cd /usr/src/linux
        make xconfig
        make-kpkg --revision local.1 kernel_image
and you should see shiny new kernel-image_2.0.20-2.0.20-local.1.deb in ..

Or you can patch up from kernel-source-2.0.6 (I'm currently at patch-2.0.17).

--
Dirk Eddelb"uttel                             http://qed.econ.queensu.ca/~edd

Reply via email to