Un<para>-wrap some tables and examples.
PR: docs/14227 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
This commit is contained in:
parent
89104574ef
commit
8cebb7f180
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5836
2 changed files with 18 additions and 18 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/multi-os/article.sgml,v 1.6 1999/09/06 06:52:37 peter Exp $ -->
|
||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/multi-os/article.sgml,v 1.7 1999/10/04 21:41:03 jesusr Exp $ -->
|
||||
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
|
||||
<article>
|
||||
|
||||
|
@ -131,6 +131,7 @@ table, making it incompatible with some boot managers.</para></note>
|
|||
install FreeBSD, Linux, and Windows 95 on them.</para>
|
||||
|
||||
<para>Here's how I might do it using these hard disks:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem>
|
||||
|
@ -142,7 +143,6 @@ install FreeBSD, Linux, and Windows 95 on them.</para>
|
|||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>Both disks have 1416 cylinders.</para>
|
||||
|
||||
|
@ -518,13 +518,13 @@ bits to the Head Number, and 6 bits to the Sector Number. This
|
|||
restricts users of this interface (i.e. boot managers hooked into
|
||||
your disk's MBR as well as OS loaders hooked into the Boot Sectors)
|
||||
to the following limits:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>1024 cylinders, max</para></listitem>
|
||||
<listitem><para>256 heads , max</para></listitem>
|
||||
<listitem><para>64 sectors/track, max (actually 63, <literal>0</> isn't
|
||||
available)</para></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>Now big hard disks have lots of cylinders but not a lot of
|
||||
heads, so invariably with big hard disks the number of cylinders is
|
||||
|
@ -533,11 +533,11 @@ can't boot off just anywhere on your hard disk. The boot code (the
|
|||
boot manager and the OS loader hooked into all bootable partitions'
|
||||
Boot Sectors) has to reside below cylinder 1024. In fact, if your
|
||||
hard disk is typical and has 16 heads, this equates to:
|
||||
</para>
|
||||
<informalexample>
|
||||
<para>1024 cyl/disk × 16 heads/disk × 63 sect/(cyl-head)
|
||||
× 512 bytes/sector</para>
|
||||
</informalexample>
|
||||
</para>
|
||||
|
||||
<para>which is around the often-mentioned 528MB limit.</para>
|
||||
|
||||
|
@ -558,16 +558,16 @@ BIOS, you can put FreeBSD or any OS anywhere you want and not hit the
|
|||
|
||||
<para>To use my 1.6 Gig Western Digital as an example again, it's
|
||||
physical geometry is:
|
||||
</para>
|
||||
<informalexample>
|
||||
<para>(3148 cyl, 16 heads, 63 sectors/track, 512 bytes/sector)</para>
|
||||
</informalexample>
|
||||
</para>
|
||||
|
||||
<para>However, my BIOS LBA remaps this to:
|
||||
</para>
|
||||
<informalexample>
|
||||
<para>( 787 cyl, 64 heads, 63 sectors/track, 512 bytes/sector)</para>
|
||||
</informalexample>
|
||||
</para>
|
||||
|
||||
<para>giving the same effective size disk, but with cylinder and head
|
||||
counts within the BIOS API's range (Incidentally, I have both Linux and
|
||||
|
@ -621,6 +621,7 @@ shifting later when I repartition.</para>
|
|||
|
||||
<para>For reference, the following boot managers use the
|
||||
Master Boot Sector to store their code and data:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem>
|
||||
|
@ -636,10 +637,10 @@ Master Boot Sector to store their code and data:
|
|||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>These boot managers use a few additional sectors after the
|
||||
Master Boot Sector:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem>
|
||||
|
@ -651,7 +652,6 @@ Master Boot Sector:
|
|||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
|
@ -665,10 +665,10 @@ manager.</para>
|
|||
|
||||
<para>If you have a bootable DOS partition on your disk, you can boot
|
||||
off a DOS floppy, and run:
|
||||
</para>
|
||||
<informalexample>
|
||||
<screen>A:\> <userinput>FDISK /MBR</></screen>
|
||||
</informalexample>
|
||||
</para>
|
||||
|
||||
<para>to put the original, simple DOS boot code back into the system. You can
|
||||
then boot DOS (and DOS only) off the hard drive. Alternatively, just
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/multi-os/article.sgml,v 1.6 1999/09/06 06:52:37 peter Exp $ -->
|
||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/multi-os/article.sgml,v 1.7 1999/10/04 21:41:03 jesusr Exp $ -->
|
||||
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
|
||||
<article>
|
||||
|
||||
|
@ -131,6 +131,7 @@ table, making it incompatible with some boot managers.</para></note>
|
|||
install FreeBSD, Linux, and Windows 95 on them.</para>
|
||||
|
||||
<para>Here's how I might do it using these hard disks:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem>
|
||||
|
@ -142,7 +143,6 @@ install FreeBSD, Linux, and Windows 95 on them.</para>
|
|||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>Both disks have 1416 cylinders.</para>
|
||||
|
||||
|
@ -518,13 +518,13 @@ bits to the Head Number, and 6 bits to the Sector Number. This
|
|||
restricts users of this interface (i.e. boot managers hooked into
|
||||
your disk's MBR as well as OS loaders hooked into the Boot Sectors)
|
||||
to the following limits:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>1024 cylinders, max</para></listitem>
|
||||
<listitem><para>256 heads , max</para></listitem>
|
||||
<listitem><para>64 sectors/track, max (actually 63, <literal>0</> isn't
|
||||
available)</para></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>Now big hard disks have lots of cylinders but not a lot of
|
||||
heads, so invariably with big hard disks the number of cylinders is
|
||||
|
@ -533,11 +533,11 @@ can't boot off just anywhere on your hard disk. The boot code (the
|
|||
boot manager and the OS loader hooked into all bootable partitions'
|
||||
Boot Sectors) has to reside below cylinder 1024. In fact, if your
|
||||
hard disk is typical and has 16 heads, this equates to:
|
||||
</para>
|
||||
<informalexample>
|
||||
<para>1024 cyl/disk × 16 heads/disk × 63 sect/(cyl-head)
|
||||
× 512 bytes/sector</para>
|
||||
</informalexample>
|
||||
</para>
|
||||
|
||||
<para>which is around the often-mentioned 528MB limit.</para>
|
||||
|
||||
|
@ -558,16 +558,16 @@ BIOS, you can put FreeBSD or any OS anywhere you want and not hit the
|
|||
|
||||
<para>To use my 1.6 Gig Western Digital as an example again, it's
|
||||
physical geometry is:
|
||||
</para>
|
||||
<informalexample>
|
||||
<para>(3148 cyl, 16 heads, 63 sectors/track, 512 bytes/sector)</para>
|
||||
</informalexample>
|
||||
</para>
|
||||
|
||||
<para>However, my BIOS LBA remaps this to:
|
||||
</para>
|
||||
<informalexample>
|
||||
<para>( 787 cyl, 64 heads, 63 sectors/track, 512 bytes/sector)</para>
|
||||
</informalexample>
|
||||
</para>
|
||||
|
||||
<para>giving the same effective size disk, but with cylinder and head
|
||||
counts within the BIOS API's range (Incidentally, I have both Linux and
|
||||
|
@ -621,6 +621,7 @@ shifting later when I repartition.</para>
|
|||
|
||||
<para>For reference, the following boot managers use the
|
||||
Master Boot Sector to store their code and data:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem>
|
||||
|
@ -636,10 +637,10 @@ Master Boot Sector to store their code and data:
|
|||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>These boot managers use a few additional sectors after the
|
||||
Master Boot Sector:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem>
|
||||
|
@ -651,7 +652,6 @@ Master Boot Sector:
|
|||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
|
@ -665,10 +665,10 @@ manager.</para>
|
|||
|
||||
<para>If you have a bootable DOS partition on your disk, you can boot
|
||||
off a DOS floppy, and run:
|
||||
</para>
|
||||
<informalexample>
|
||||
<screen>A:\> <userinput>FDISK /MBR</></screen>
|
||||
</informalexample>
|
||||
</para>
|
||||
|
||||
<para>to put the original, simple DOS boot code back into the system. You can
|
||||
then boot DOS (and DOS only) off the hard drive. Alternatively, just
|
||||
|
|
Loading…
Reference in a new issue