⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 arcload.html

📁 CLFS(Cross-Compiled Linux From Scratch)的文档 Version CLFS-SVN-20060417
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml">  <head>    <meta http-equiv="Content-Type" content=    "application/xhtml+xml; charset=iso-8859-1" />    <title>      12.5.&nbsp;Making the LFS System Bootable via Arcload    </title>    <link rel="stylesheet" href="../stylesheets/lfs.css" type="text/css" />    <meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />    <link rel="stylesheet" href="../stylesheets/lfs-print.css" type=    "text/css" media="print" />  </head>  <body id="lfs" class="CLFS-SVN-20060417-MIPS64-Multilib">    <div class="navheader">      <div class="headertitles">        <h4>          Cross-Compiled Linux From Scratch - Version          CLFS-SVN-20060417-MIPS64-Multilib        </h4>        <h3>          Chapter&nbsp;12.&nbsp;Making the LFS System Bootable        </h3>      </div>      <ul class="headerlinks">        <li class="prev">          <a accesskey="p" href="colo.html" title=          "Making the LFS System Bootable via Colo">Prev</a>          <p>            Making the LFS System Bootable via Colo          </p>        </li>        <li class="next">          <a accesskey="n" href="../the-end/chapter.html" title=          "The End">Next</a>          <p>            The End          </p>        </li>        <li class="up">          <a accesskey="u" href="chapter.html" title=          "Chapter&nbsp;12.&nbsp;Making the LFS System Bootable">Up</a>.        </li>        <li class="home">          <a accesskey="h" href="../index.html" title=          "Cross-Compiled Linux From Scratch - Version CLFS-SVN-20060417-MIPS64-Multilib">          Home</a>        </li>      </ul>    </div>    <div class="sect1" lang="en" xml:lang="en">      <div class="titlepage">        <h1 class="sect1">          12.5. Making the LFS System Bootable via Arcload        </h1>      </div>      <div class="note">        <div class="admonhead">          <img alt="[Note]" src="../images/note.png" />          <h3 class="admontitle">            Note          </h3>        </div>        <div class="admonbody">          <p>            This bootloader is for the MIPS based SGI Workstations and            Servers.          </p>        </div>      </div>      <p>        Earlier, we compiled and installed the Arcload boot loader software        in preparation for this step. Now we will configure our system to        boot using Arcload. Here is a simple <tt class="filename">arc.cf</tt>        to use.      </p>      <pre class="userinput"><kbd class="command">cat &gt; /boot/arc.cf &lt;&lt; "EOF"<tt class="literal">append  "root=/dev/sda3";append  "console=ttyS0,9600";CLFS {  2.6.16.5 {    description  "2.6.16.5";    image system "/2.6.16.5";  }  debug {    description  "Debug Shell";    append "init=/bin/bash";  }}</tt>EOF</kbd></pre>      <p>        Now we use dvhtool to make the system bootable:      </p>      <pre class="userinput"><kbd class="command">dvhtool --unix-to-vh /usr/lib/arcload/sash64 sash64dvhtool --unix-to-vh /boot/arc.cf arc.cfdvhtool --unix-to-vh /boot/2.6.16.5 2.6.16.5</kbd></pre>    </div>    <div class="navfooter">      <ul>        <li class="prev">          <a accesskey="p" href="colo.html" title=          "Making the LFS System Bootable via Colo">Prev</a>          <p>            Making the LFS System Bootable via Colo          </p>        </li>        <li class="next">          <a accesskey="n" href="../the-end/chapter.html" title=          "The End">Next</a>          <p>            The End          </p>        </li>        <li class="up">          <a accesskey="u" href="chapter.html" title=          "Chapter&nbsp;12.&nbsp;Making the LFS System Bootable">Up</a>.        </li>        <li class="home">          <a accesskey="h" href="../index.html" title=          "Cross-Compiled Linux From Scratch - Version CLFS-SVN-20060417-MIPS64-Multilib">          Home</a>.        </li>      </ul>    </div>  </body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -