diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-16 12:02:08 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-16 12:02:08 +0000 |
commit | 05516a1f1ddb905c65e4ff06ce56e1a731e701ca (patch) | |
tree | 5b42da583a91d916ad1b6ee5a67abfc45fec941b | |
parent | 38bd7314f4bc482f60acd7a8b1866ad870c9ebb4 (diff) | |
download | FreeBSD-src-05516a1f1ddb905c65e4ff06ce56e1a731e701ca.zip FreeBSD-src-05516a1f1ddb905c65e4ff06ce56e1a731e701ca.tar.gz |
Update this a little, though we probably need to either nuke or rename it!
-rw-r--r-- | sys/i386/boot/biosboot/README.386BSD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/i386/boot/biosboot/README.386BSD b/sys/i386/boot/biosboot/README.386BSD index cc5cb8f..e8e7d02 100644 --- a/sys/i386/boot/biosboot/README.386BSD +++ b/sys/i386/boot/biosboot/README.386BSD @@ -16,8 +16,9 @@ following operations occur: or MBR) and if it has the correct magic numbers, jumps into it: 2/ The MBR code, looks at the Partition table that is embedded within it, -to detirmine which is the partition to boot from. If you are using the os-bs -bootblocks (highly recommended) then it will give you a menu to choose from. +to determine which is the partition to boot from. If you install the +boot manager when FreeBSD is first installed, it will also give you a nice +menu for switching between operating systems. 3/ The MBR will load the first record of the selected partition and if it has (the same) magic numbers, jumps into it. In 386bsd this is the @@ -148,4 +149,4 @@ Before you do this ensure you have a booting floppy with correct disktab and bootblock files on it so that if it doesn't work, you can re-disklabel from the floppy. -$Id$ +$Id: README.386BSD,v 1.2 1993/10/16 19:11:25 rgrimes Exp $ |