Slashdot Mirror


User: teeqemm

teeqemm's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Modules? on Linux 2.4.19 Released · · Score: 1

    Try this: cd /usr/src/linux-2.4.19 cp .config /tmp make mrproper cp /tmp/.config . make oldconfig make depend bzImage modules modules_install... (I think it's mentioned in the kernel faq)