Remove original text left by mistake.

Pointed out by:	Kimura Fuyuki <fuyuki@hadaly.org>
References:	[doc-jp 10071]
This commit is contained in:
Hiroki Sato 2002-07-12 19:05:00 +00:00
parent 24db326254
commit 73a7979a92
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13605

View file

@ -3,7 +3,7 @@
The FreeBSD Japanese Documentation Project
Original revision: 1.42
$FreeBSD: doc/ja_JP.eucJP/books/handbook/kernelconfig/chapter.sgml,v 1.16 2001/04/29 17:51:27 hrs Exp $
$FreeBSD$
-->
<chapter id="kernelconfig">
@ -339,12 +339,9 @@ cpu I686_CPU</programlisting>
<command>dmesg</command> を使って起動メッセージを
調べるとよいでしょう.</para>
<para>The Alpha architecture has different values for
<literal>cpu_type</literal>. They include:</para>
<para>Alpha アーキテクチャの場合は,
<literal>cpu_type</literal> に異なった値を用います.</para>
<programlisting>cpu EV4
cpu EV5</programlisting>
@ -407,11 +404,6 @@ cpu EV5</programlisting>
<programlisting>#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
options MATH_EMULATE #Support for x87 emulation</programlisting>
<para>This line allows the kernel to simulate a math co-processor if
your computer does not have one (386 or 486SX). If you have a
486DX, or a 386 or 486SX (with a separate 387 or 487 chip), or
higher (Pentium, Pentium II, etc.), you can comment this line
out.</para>
<para>この行では, あなたのコンピュータが浮動小数点演算コプロセッサを
持たない場合(CPU が 386 又は 486SX),
カーネルにシミュレートさせるよう設定します.