<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: recompile redhat linux 7.3 kernel in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/recompile-redhat-linux-7-3-kernel/m-p/2895045#M3634</link>
    <description>in short, &lt;BR /&gt;&lt;BR /&gt;1. #cd /usr/src/linux&lt;BR /&gt;2. #make mrproper&lt;BR /&gt;3. #make menuconfig              &lt;BR /&gt;4. #make dep&lt;BR /&gt;5. #make clean&lt;BR /&gt;6. #make modules&lt;BR /&gt;7. #make install&lt;BR /&gt;8. #make modules_install&lt;BR /&gt;Change /etc/lilo.conf and than run lilo -v&lt;BR /&gt;&lt;BR /&gt;for more detailed info, refer the kernel howto.&lt;BR /&gt;-balaji</description>
    <pubDate>Wed, 05 Mar 2003 12:42:09 GMT</pubDate>
    <dc:creator>Balaji N</dc:creator>
    <dc:date>2003-03-05T12:42:09Z</dc:date>
    <item>
      <title>recompile redhat linux 7.3 kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/recompile-redhat-linux-7-3-kernel/m-p/2895042#M3631</link>
      <description>Hi,&lt;BR /&gt;Does anyboduy know how to change kernel parameters and recompile redhat linux 7.3 kernel?&lt;BR /&gt;Thanks,&lt;BR /&gt;Trystan.</description>
      <pubDate>Mon, 03 Feb 2003 12:11:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/recompile-redhat-linux-7-3-kernel/m-p/2895042#M3631</guid>
      <dc:creator>trystan macdonald</dc:creator>
      <dc:date>2003-02-03T12:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: recompile redhat linux 7.3 kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/recompile-redhat-linux-7-3-kernel/m-p/2895043#M3632</link>
      <description>&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/custom-guide/ch-custom-kernel.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/custom-guide/ch-custom-kernel.html&lt;/A&gt;   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;may help you&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Vitaly.</description>
      <pubDate>Mon, 03 Feb 2003 14:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/recompile-redhat-linux-7-3-kernel/m-p/2895043#M3632</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-02-03T14:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: recompile redhat linux 7.3 kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/recompile-redhat-linux-7-3-kernel/m-p/2895044#M3633</link>
      <description>Trystan,&lt;BR /&gt;&lt;BR /&gt;Compiling a kernel can be quite tricky. You build a new kernel from the ground up every time. You do this by configuring the source code (wich can be quite a lot of work the first time), compiling it and then installing the new kernel and modules.&lt;BR /&gt;&lt;BR /&gt;Get yourself the source code (available almost everywhere, &lt;A href="http://www.kernel.org" target="_blank"&gt;www.kernel.org&lt;/A&gt; might be a good start), unpack it and run "make config" (or, if you like a GUI, "make xconfig"). That's where the fun starts: you'll have to set all parameters by hand, so you'll have to know upfront exactly what kind of hardware you have and what your kernel should and shouldn't do.&lt;BR /&gt;&lt;BR /&gt;After having configured the whole bunch, you do "make clean", followed by "make bzImage" and "make modules". If that's finished, enter "make modules_install" and your freshly compiled modules will be put in the right (?) place: /lib/modules/kernel_version. Now copy the new kernel (bzImage) to the place you want (in RedHat usually /boot), modify /etc/lilo.conf (unless you're not using LILO of course *grin*) and reboot.&lt;BR /&gt;&lt;BR /&gt;Oh, be sure not to erase your original kernel from LILO unless you have tested your new one.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;Hans</description>
      <pubDate>Wed, 05 Mar 2003 12:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/recompile-redhat-linux-7-3-kernel/m-p/2895044#M3633</guid>
      <dc:creator>Hans van Zijst</dc:creator>
      <dc:date>2003-03-05T12:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: recompile redhat linux 7.3 kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/recompile-redhat-linux-7-3-kernel/m-p/2895045#M3634</link>
      <description>in short, &lt;BR /&gt;&lt;BR /&gt;1. #cd /usr/src/linux&lt;BR /&gt;2. #make mrproper&lt;BR /&gt;3. #make menuconfig              &lt;BR /&gt;4. #make dep&lt;BR /&gt;5. #make clean&lt;BR /&gt;6. #make modules&lt;BR /&gt;7. #make install&lt;BR /&gt;8. #make modules_install&lt;BR /&gt;Change /etc/lilo.conf and than run lilo -v&lt;BR /&gt;&lt;BR /&gt;for more detailed info, refer the kernel howto.&lt;BR /&gt;-balaji</description>
      <pubDate>Wed, 05 Mar 2003 12:42:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/recompile-redhat-linux-7-3-kernel/m-p/2895045#M3634</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-03-05T12:42:09Z</dc:date>
    </item>
  </channel>
</rss>

