• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux Kernel 2.4.0 or the final version is out !!!!!!!!

Downloaded, compiled and installed a little while ago.

Worked fine, but broke a few very minor things(some module deps mostly), havent had time to fix yet.

Overall it seemed a little faster, though I havent tested it a whole lot yet.
 

What base distro are people installing it to? I have some RH 6.2 systems. Would it be better to update to 7 first, then go to 2.4? I thought that RH7 was 2.4 ready, how bad is 6.2?

 
I'm currently running the 2.4.0-prerelease on SuSE 7; I don't think it makes much difference which distro you have, but if it's fairly old you might want to update things like modutils and so on.

How to build a kernel? Download the kernel, go into a shell (bash or tcsh), unpack it with tar fzxv <filename> into /usr/src/, cd into /usr/src/linux. Then type &quot;make xconfig&quot; (if you're in X) or &quot;make menuconfig&quot; (if in text-only mode). Select the bits you want, save the configuration you've created, go back to your shell, type &quot;make dep &amp;&amp; make &amp;&amp; make modules &amp;&amp; make install &amp;&amp; make modules_install&quot;. Et voila! If you use lilo, it should pick it up automatically. If you use a Windows boot menu to run Linux, copy it to your C: drive too. There should be some documents that explain this better. When you do the &quot;make menuconfig&quot; or &quot;make xconfig&quot; bit there are some buttons you can press by each config option so you can tell exactly what they do.
 
Back
Top