White space fix only. Translators can ignore.
Sponsored by: iXsystems
This commit is contained in:
parent
eff02525e8
commit
be4a317fa1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44620
1 changed files with 12 additions and 9 deletions
|
@ -83,8 +83,8 @@
|
|||
|
||||
<para>Today, most of the functionality in the &os; kernel is
|
||||
contained in modules which can be dynamically loaded and
|
||||
unloaded from the kernel as necessary. This allows the
|
||||
running kernel to adapt immediately to new hardware or for new
|
||||
unloaded from the kernel as necessary. This allows the running
|
||||
kernel to adapt immediately to new hardware or for new
|
||||
functionality to be brought into the kernel. This is known as
|
||||
a modular kernel.</para>
|
||||
|
||||
|
@ -274,11 +274,12 @@ ath_hal(4) - Atheros Hardware Access Layer (HAL)</programlisting>
|
|||
<screen>&prompt.root; <userinput>cd /usr/src/sys/<replaceable>amd64</replaceable>/conf</userinput>
|
||||
&prompt.root; <userinput>cp GENERIC <replaceable>MYKERNEL</replaceable></userinput></screen>
|
||||
|
||||
<para><filename><replaceable>MYKERNEL</replaceable></filename> can now
|
||||
be customized with any <acronym>ASCII</acronym> text editor. The default editor is
|
||||
<application>vi</application>, though an easier editor for
|
||||
beginners, called <application>ee</application>, is also
|
||||
installed with &os;.</para>
|
||||
<para><filename><replaceable>MYKERNEL</replaceable></filename> can
|
||||
now be customized with any <acronym>ASCII</acronym> text editor.
|
||||
The default editor is <application>vi</application>, though an
|
||||
easier editor for beginners, called
|
||||
<application>ee</application>, is also installed with
|
||||
&os;.</para>
|
||||
|
||||
<indexterm>
|
||||
<primary>kernel</primary>
|
||||
|
@ -1288,8 +1289,10 @@ device fwe # Ethernet over FireWire (non-standard!)</programl
|
|||
loader. This can be accessed when the system boot menu
|
||||
appears by selecting the <quote>Escape to a loader
|
||||
prompt</quote> option. At the prompt, type
|
||||
<command>boot <replaceable>kernel.old</replaceable></command>, or the name of any
|
||||
other kernel that is known to boot properly.</para>
|
||||
<command>boot
|
||||
<replaceable>kernel.old</replaceable></command>, or the
|
||||
name of any other kernel that is known to boot
|
||||
properly.</para>
|
||||
|
||||
<para>After booting with a good kernel, check over the
|
||||
configuration file and try to build it again. One helpful
|
||||
|
|
Loading…
Reference in a new issue