View | Details | Raw Unified | Return to bug 14116
Collapse All | Expand All

(-)article.sgml (-31 / +29 lines)
Lines 1-9 Link Here
1
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/multi-os/article.sgml,v 1.6 1999/09/06 06:52:37 peter Exp $ -->
1
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/multi-os/article.sgml,v 1.6 1999/09/06 06:52:37 peter Exp $ -->
2
<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
2
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
3
<book>
3
<article>
4
4
5
<bookinfo>
5
<artheader>
6
<bookbiblio>
7
<title>Installing and Using FreeBSD With Other Operating Systems</title>
6
<title>Installing and Using FreeBSD With Other Operating Systems</title>
8
7
9
<authorgroup>
8
<authorgroup>
Lines 27-36 Link Here
27
<email>rhh@ct.picker.com</email>, and Jordan K. Hubbard
26
<email>rhh@ct.picker.com</email>, and Jordan K. Hubbard
28
<email>jkh@time.cdrom.com</email></para></abstract>
27
<email>jkh@time.cdrom.com</email></para></abstract>
29
28
30
</bookbiblio>
29
</artheader>
31
</bookinfo>
32
30
33
<chapter>
31
<sect1>
34
<title>Overview</title>
32
<title>Overview</title>
35
33
36
<para>Most people can't fit these operating systems together
34
<para>Most people can't fit these operating systems together
Lines 53-61 Link Here
53
called  Partition Magic, which lets you size and delete partitions
51
called  Partition Magic, which lets you size and delete partitions
54
without consequence.</para>
52
without consequence.</para>
55
53
56
</chapter>
54
</sect1>
57
55
58
<chapter id="ch2">
56
<sect1 id="ch2">
59
<title>Overview of Boot Managers</title>
57
<title>Overview of Boot Managers</title>
60
58
61
<para>These are just brief descriptions of some of the different boot
59
<para>These are just brief descriptions of some of the different boot
Lines 124-132 Link Here
124
FAT32 also modifies the traditional FAT boot sector and allocation
122
FAT32 also modifies the traditional FAT boot sector and allocation
125
table, making it incompatible with some boot managers.</para></note>
123
table, making it incompatible with some boot managers.</para></note>
126
124
127
</chapter>
125
</sect1>
128
126
129
<chapter id="ch3">
127
<sect1 id="ch3">
130
<title>A Typical Installation</title>
128
<title>A Typical Installation</title>
131
129
132
<para>Let's say I have two large EIDE hard drives, and I want to
130
<para>Let's say I have two large EIDE hard drives, and I want to
Lines 235-243 Link Here
235
233
236
</procedure>
234
</procedure>
237
235
238
</chapter>
236
</sect1>
239
237
240
<chapter id="ch4">
238
<sect1 id="ch4">
241
<title>Special Considerations</title>
239
<title>Special Considerations</title>
242
240
243
<para>Most operating systems are very picky about where and how they are
241
<para>Most operating systems are very picky about where and how they are
Lines 270-278 Link Here
270
as FAT).  Linux can read and write to most file systems.  Got that? 
268
as FAT).  Linux can read and write to most file systems.  Got that? 
271
I hope so.</para>
269
I hope so.</para>
272
270
273
</chapter>
271
</sect1>
274
272
275
<chapter id="ch5">
273
<sect1 id="ch5">
276
<title>Examples</title>
274
<title>Examples</title>
277
275
278
<para><emphasis>(section needs work, please send your example to
276
<para><emphasis>(section needs work, please send your example to
Lines 302-310 Link Here
302
  
300
  
303
<para>FreeBSD+Linux+Win95:  (see <xref linkend="ch3">)</para>
301
<para>FreeBSD+Linux+Win95:  (see <xref linkend="ch3">)</para>
304
  
302
  
305
</chapter>
303
</sect1>
306
304
307
<chapter id="sources">
305
<sect1 id="sources">
308
<title>Other Sources of Help</title>
306
<title>Other Sources of Help</title>
309
307
310
<para>There are many <ulink
308
<para>There are many <ulink
Lines 334-342 Link Here
334
procedure, available in the kernel source distribution (it unpacks to 
332
procedure, available in the kernel source distribution (it unpacks to 
335
<ulink URL="file:/usr/src/sys/i386/boot/biosboot/README.386BSD">file:/usr/src/sys/i386/boot/biosboot/README.386BSD</ulink>.</para>
333
<ulink URL="file:/usr/src/sys/i386/boot/biosboot/README.386BSD">file:/usr/src/sys/i386/boot/biosboot/README.386BSD</ulink>.</para>
336
  
334
  
337
</chapter>
335
</sect1>
338
336
339
<chapter>
337
<sect1>
340
<title>Technical Details</title>
338
<title>Technical Details</title>
341
339
342
<para><emphasis>(Contributed by Randall Hopper,
340
<para><emphasis>(Contributed by Randall Hopper,
Lines 350-356 Link Here
350
unfamiliar and then start reading.</para>
348
unfamiliar and then start reading.</para>
351
349
352
350
353
<sect1>
351
<sect2>
354
<title>Disk Primer</title>
352
<title>Disk Primer</title>
355
353
356
<para>Three fundamental terms are used to describe the location of
354
<para>Three fundamental terms are used to describe the location of
Lines 403-411 Link Here
403
<para>Ok, enough terminology.  We're talking about booting
401
<para>Ok, enough terminology.  We're talking about booting
404
here.</para>
402
here.</para>
405
403
406
</sect1>
404
</sect2>
407
405
408
<sect1 id="booting">
406
<sect2 id="booting">
409
<title>The Booting Process</title>
407
<title>The Booting Process</title>
410
408
411
<para>On the first sector of your disk (Cyl 0, Head 0, Sector 1)
409
<para>On the first sector of your disk (Cyl 0, Head 0, Sector 1)
Lines 498-511 Link Here
498
the first probed disk.  The boot manager you will install will be hooked into
496
the first probed disk.  The boot manager you will install will be hooked into
499
the MBR on this first probed hard disk that we've just described.</para>
497
the MBR on this first probed hard disk that we've just described.</para>
500
  
498
  
501
</sect1>
499
</sect2>
502
500
503
<sect1 id="limits">
501
<sect2 id="limits">
504
<title>Booting Limitations and Warnings</title>
502
<title>Booting Limitations and Warnings</title>
505
503
506
<para>Now the interesting stuff that you need to watch out for.</para>
504
<para>Now the interesting stuff that you need to watch out for.</para>
507
  
505
  
508
<sect2>
506
<sect3>
509
<title>The dreaded 1024 cylinder limit and how BIOS LBA helps</title>
507
<title>The dreaded 1024 cylinder limit and how BIOS LBA helps</title>
510
  
508
  
511
<para>The first part of the booting process is all done through the
509
<para>The first part of the booting process is all done through the
Lines 576-584 Link Here
576
FreeBSD existing on one of my hard disks above the 1024th physical
574
FreeBSD existing on one of my hard disks above the 1024th physical
577
cylinder, and both operating systems boot fine, thanks to BIOS LBA).</para>
575
cylinder, and both operating systems boot fine, thanks to BIOS LBA).</para>
578
  
576
  
579
</sect2>
577
</sect3>
580
578
581
<sect2>
579
<sect3>
582
<title>Boot Managers and Disk Allocation</title>
580
<title>Boot Managers and Disk Allocation</title>
583
  
581
  
584
<para>Another gotcha to watch out when installing boot managers is
582
<para>Another gotcha to watch out when installing boot managers is
Lines 655-663 Link Here
655
</itemizedlist>
653
</itemizedlist>
656
</para>
654
</para>
657
  
655
  
658
</sect2>
656
</sect3>
659
657
660
<sect2>
658
<sect3>
661
<title>What if your machine won't boot?</title>
659
<title>What if your machine won't boot?</title>
662
  
660
  
663
<para>At some point when installing boot managers, you might leave the
661
<para>At some point when installing boot managers, you might leave the
Lines 676-682 Link Here
676
then boot DOS (and DOS only) off the hard drive.  Alternatively, just
674
then boot DOS (and DOS only) off the hard drive.  Alternatively, just
677
re-run your boot manager installation program off a bootable floppy.</para>
675
re-run your boot manager installation program off a bootable floppy.</para>
678
  
676
  
677
</sect3>
679
</sect2>
678
</sect2>
680
</sect1>
679
</sect1>
681
</chapter>
680
</article>
682
</book>

Return to bug 14116