diff options
Diffstat (limited to 'zh_CN.GB2312/books/arch-handbook/boot')
-rw-r--r-- | zh_CN.GB2312/books/arch-handbook/boot/chapter.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/zh_CN.GB2312/books/arch-handbook/boot/chapter.sgml b/zh_CN.GB2312/books/arch-handbook/boot/chapter.sgml index 5de6dec7d7..2ed26afce6 100644 --- a/zh_CN.GB2312/books/arch-handbook/boot/chapter.sgml +++ b/zh_CN.GB2312/books/arch-handbook/boot/chapter.sgml @@ -2,7 +2,7 @@ The FreeBSD Documentation Project The FreeBSD Simplified Chinese Project -Original Revision: 1.26 +Original Revision: 1.27 Copyright (c) 2002 Sergey Lyubka <devnull@uptsoft.com> All rights reserved @@ -420,7 +420,9 @@ struct bootinfo { <sect1 id="boot-kernel"> <title>内核初始化</title> - <para>loader跳转至哪里呢?那就是内核的入口点。让我们来看一下链接内核的命令:</para> + <para>让我们来看一下链接内核的命令。 + 这能帮助我们了解 loader 传递给内核的准确位置。 + 这个位置就是内核真实的入口点。</para> <programlisting><filename>sys/conf/Makefile.i386:</filename> ld -elf -Bdynamic -T /usr/src/sys/conf/ldscript.i386 -export-dynamic \ |