old-www/HOWTO/TimeSys-Linux-Install-HOWTO/configure_kernel.html

199 lines
3.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Configure the kernel</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="TimeSys Linux Install HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Prepare the source directories"
HREF="prepare_source_directories.html"><LINK
REL="NEXT"
TITLE="Compile the kernel"
HREF="compile_kernel.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>TimeSys Linux Install HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="prepare_source_directories.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="compile_kernel.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="configure_kernel"
></A
>5. Configure the kernel</H1
><P
>&#13; You are now ready to compile the TimeSys Linux kernel. Begin by executing these commands:
</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="programlisting"
>&#13; <TT
CLASS="prompt"
># </TT
><TT
CLASS="userinput"
><B
><B
CLASS="command"
>cd</B
> linux</B
></TT
>
<TT
CLASS="prompt"
># </TT
><TT
CLASS="userinput"
><B
><B
CLASS="command"
>make</B
> menuconfig</B
></TT
>
</PRE
></FONT
></TD
></TR
></TABLE
><P
>&#13; Note that you cannot skip the above step and edit the <TT
CLASS="filename"
>.config</TT
> file yourself. Running the configuration utility and saving your changes generates files that are necessary for compiling the kernel.
</P
><P
>&#13; If you had performed a clean install of Red Hat Linux 9, then most likely you don't need to change any of the configuration options that appear. However, if you have any strange hardware or just want to perform a "sanity check", you should walk through the menus and enable whatever drivers and options you need. For instance, you may need to add Ethernet drivers for whatever network card you have. If you are installing to a laptop, don't forget to enable <EM
>General Setup --&#62; PCMCIA/CardBus Support</EM
> before going to the <EM
>Network device support</EM
> page so that you can see the PCMCIA Ethernet drivers. If you have a USB keyboard or mouse, be sure USB devices are enabled. You should also make sure that <EM
>Block Devices --&#62; Loopback device support</EM
> is enabled. And it wouldn't hurt to check other likely prerequisites, such as <EM
>Networking options --&#62; IP: DHCP support</EM
>.
</P
><P
>&#13; When you are satisfied with the configuration, exit and save.
</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="prepare_source_directories.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="compile_kernel.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Prepare the source directories</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Compile the kernel</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>