in to -> into
a -> are wd -> ad Submitted by: John Murphy <jfm@blueyonder.co.uk> on -doc
This commit is contained in:
parent
3af762fa91
commit
db5070127b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10151
1 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml,v 1.17 2001/08/01 21:39:52 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml,v 1.18 2001/08/01 23:15:48 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="boot">
|
||||
|
@ -90,12 +90,12 @@
|
|||
from. FreeBSD comes with one such MBR which can be installed, and other
|
||||
operating system vendors also provide alternative MBRs.</para>
|
||||
|
||||
<para>The remainder of the FreeBSD bootstrap system is divided in to three
|
||||
<para>The remainder of the FreeBSD bootstrap system is divided into three
|
||||
stages. The first stage is run by the MBR, which knows just enough to
|
||||
get the computer in to a specific state and run the second stage. The
|
||||
get the computer into a specific state and run the second stage. The
|
||||
second stage can do a little bit more, before running the third stage.
|
||||
The third stage finishes the task of loading the operating system. The
|
||||
work is split in to these three stages because the PC standards put
|
||||
work is split into these three stages because the PC standards put
|
||||
limits on the size of the programs that can be run at stages one and
|
||||
two. Chaining the tasks together allows FreeBSD to provide a more
|
||||
flexible loader.</para>
|
||||
|
@ -161,9 +161,9 @@ Default: F2</screen>
|
|||
<title>Stage One, <filename>/boot/boot1</filename>, and Stage Two,
|
||||
<filename>/boot/boot2</filename></title>
|
||||
|
||||
<para>Conceptually the first and second stages a part of the same
|
||||
<para>Conceptually the first and second stages are part of the same
|
||||
program, on the same area of the disk. Because of space constraints
|
||||
they have been split in to two, but you would always install them
|
||||
they have been split into two, but you would always install them
|
||||
together.</para>
|
||||
|
||||
<para>They are found on the boot sector of
|
||||
|
@ -195,7 +195,7 @@ Default: F2</screen>
|
|||
<title><filename>boot2</filename> screenshot</title>
|
||||
|
||||
<screen>>> FreeBSD/i386 BOOT
|
||||
Default: 0:wd(0,a)/kernel
|
||||
Default: 0:ad(0,a)/kernel
|
||||
boot:</screen>
|
||||
</example>
|
||||
|
||||
|
|
Loading…
Reference in a new issue