aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2002-07-12 19:05:00 +0000
committerHiroki Sato <hrs@FreeBSD.org>2002-07-12 19:05:00 +0000
commit73a7979a921ce0faf74aed86d11dc5ac6a0a203c (patch)
treef414d64cf0f2487e65cfafe22fb671c425469c4b
parent24db3262543a78c6d6b35664f9478d80962fa31d (diff)
Notes
-rw-r--r--ja_JP.eucJP/books/handbook/kernelconfig/chapter.sgml10
1 files changed, 1 insertions, 9 deletions
diff --git a/ja_JP.eucJP/books/handbook/kernelconfig/chapter.sgml b/ja_JP.eucJP/books/handbook/kernelconfig/chapter.sgml
index 7b65d8895b..e844d639a1 100644
--- a/ja_JP.eucJP/books/handbook/kernelconfig/chapter.sgml
+++ b/ja_JP.eucJP/books/handbook/kernelconfig/chapter.sgml
@@ -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),
カーネルにシミュレートさせるよう設定します.