multi-os article wasn't. Still needs whitespace/indentation stuff.

PR:		docs/14116
Submitted by:	nbm@rucus.ru.ac.za
This commit is contained in:
Jesus Rodriguez Cuesta 1999-10-04 21:41:03 +00:00
parent 7cb0797f95
commit dc684ab43d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5804
2 changed files with 60 additions and 64 deletions

View file

@ -1,9 +1,8 @@
<!-- $FreeBSD$ -->
<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
<book>
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/multi-os/article.sgml,v 1.6 1999/09/06 06:52:37 peter Exp $ -->
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
<article>
<bookinfo>
<bookbiblio>
<artheader>
<title>Installing and Using FreeBSD With Other Operating Systems</title>
<authorgroup>
@ -27,10 +26,9 @@ OS/2, and Windows 95. Special thanks to: Annelise Anderson
<email>rhh@ct.picker.com</email>, and Jordan K. Hubbard
<email>jkh@time.cdrom.com</email></para></abstract>
</bookbiblio>
</bookinfo>
</artheader>
<chapter>
<sect1>
<title>Overview</title>
<para>Most people can't fit these operating systems together
@ -53,9 +51,9 @@ data already on it. There is also a commercial program available
called Partition Magic, which lets you size and delete partitions
without consequence.</para>
</chapter>
</sect1>
<chapter id="ch2">
<sect1 id="ch2">
<title>Overview of Boot Managers</title>
<para>These are just brief descriptions of some of the different boot
@ -124,9 +122,9 @@ and allows you to use smaller cluster sizes for larger hard drives.
FAT32 also modifies the traditional FAT boot sector and allocation
table, making it incompatible with some boot managers.</para></note>
</chapter>
</sect1>
<chapter id="ch3">
<sect1 id="ch3">
<title>A Typical Installation</title>
<para>Let's say I have two large EIDE hard drives, and I want to
@ -235,9 +233,9 @@ bootable partitions as DOS (Windows 95), Linux, and BSD
</procedure>
</chapter>
</sect1>
<chapter id="ch4">
<sect1 id="ch4">
<title>Special Considerations</title>
<para>Most operating systems are very picky about where and how they are
@ -270,9 +268,9 @@ is what gives Windows 95 long file names - it's pretty much the same
as FAT). Linux can read and write to most file systems. Got that?
I hope so.</para>
</chapter>
</sect1>
<chapter id="ch5">
<sect1 id="ch5">
<title>Examples</title>
<para><emphasis>(section needs work, please send your example to
@ -302,9 +300,9 @@ systems.</para>
<para>FreeBSD+Linux+Win95: (see <xref linkend="ch3">)</para>
</chapter>
</sect1>
<chapter id="sources">
<sect1 id="sources">
<title>Other Sources of Help</title>
<para>There are many <ulink
@ -334,9 +332,9 @@ links that might help you find it: <ulink URL="ftp://fission.dt.wdc.com/pub/othe
procedure, available in the kernel source distribution (it unpacks to
<ulink URL="file:/usr/src/sys/i386/boot/biosboot/README.386BSD">file:/usr/src/sys/i386/boot/biosboot/README.386BSD</ulink>.</para>
</chapter>
</sect1>
<chapter>
<sect1>
<title>Technical Details</title>
<para><emphasis>(Contributed by Randall Hopper,
@ -350,7 +348,7 @@ you may want to skim down in this section until it begins to look
unfamiliar and then start reading.</para>
<sect1>
<sect2>
<title>Disk Primer</title>
<para>Three fundamental terms are used to describe the location of
@ -403,9 +401,9 @@ this pack.</para>
<para>Ok, enough terminology. We're talking about booting
here.</para>
</sect1>
</sect2>
<sect1 id="booting">
<sect2 id="booting">
<title>The Booting Process</title>
<para>On the first sector of your disk (Cyl 0, Head 0, Sector 1)
@ -498,14 +496,14 @@ IDE disk is typically probed first by the BIOS, so the first IDE disk is
the first probed disk. The boot manager you will install will be hooked into
the MBR on this first probed hard disk that we've just described.</para>
</sect1>
</sect2>
<sect1 id="limits">
<sect2 id="limits">
<title>Booting Limitations and Warnings</title>
<para>Now the interesting stuff that you need to watch out for.</para>
<sect2>
<sect3>
<title>The dreaded 1024 cylinder limit and how BIOS LBA helps</title>
<para>The first part of the booting process is all done through the
@ -576,9 +574,9 @@ counts within the BIOS API's range (Incidentally, I have both Linux and
FreeBSD existing on one of my hard disks above the 1024th physical
cylinder, and both operating systems boot fine, thanks to BIOS LBA).</para>
</sect2>
</sect3>
<sect2>
<sect3>
<title>Boot Managers and Disk Allocation</title>
<para>Another gotcha to watch out when installing boot managers is
@ -655,9 +653,9 @@ Master Boot Sector:
</itemizedlist>
</para>
</sect2>
</sect3>
<sect2>
<sect3>
<title>What if your machine won't boot?</title>
<para>At some point when installing boot managers, you might leave the
@ -676,7 +674,7 @@ off a DOS floppy, and run:
then boot DOS (and DOS only) off the hard drive. Alternatively, just
re-run your boot manager installation program off a bootable floppy.</para>
</sect3>
</sect2>
</sect1>
</chapter>
</book>
</article>