I am a little confused with the following link:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html
The handbook says:
My question is this:
Does the installer or
or
Does it take /boot/boot1 and /boot/boot2 and install them separately?
...and what does this mean:
Why are there space constraints?
Why doesn't the installer or
I'm not even concerned with /boot/boot0 in this question. That's a whole 'nother subject.
PS: Is the /boot/boot file just an image that contains /boot/boot1 and /boot/boot2? Is that what this file is?
I'm confused. Can somebody put it in layman's terms for me so that I can understand it?
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html
The handbook says:
Code:
"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 into two, but are always installed together. They are copied from the combined /boot/boot by the installer or bsdlabel(8)."
My question is this:
Does the installer or
bsdlabel use /boot/boot and split that file into two different files (ex:/boot/boot1 and /boot/boot2 during the installation process?or
Does it take /boot/boot1 and /boot/boot2 and install them separately?
...and what does this mean:
Code:
Because of space constraints, they have been split into two, but are always installed together
Why are there space constraints?
Why doesn't the installer or
bsdilabel just install /boot/boot? Why do you have three different files in the /boot directory (ex: /boot/boot, /boot/boot1 and /boot/boot2).I'm not even concerned with /boot/boot0 in this question. That's a whole 'nother subject.
PS: Is the /boot/boot file just an image that contains /boot/boot1 and /boot/boot2? Is that what this file is?
I'm confused. Can somebody put it in layman's terms for me so that I can understand it?