In addition to what Carey wrote, one of the most frequently
accessed parameters of the BIOS by users (in my opinion)
is the "boot sequence". That is a prioritized list of devices
which may contain the boot loader. If the CD drive is 1st
on the list and there is a CD in the CD drive, control will be
passed to the boot loader taken from the CD. If devices such
as a floppy drive or CD drive are high on the list and those devices
don't contain medium (i.e. a disk), the BIOS looks at the hard
drive list. Control passes to the boot loader on the 1st hard
drive on the hard drive list and the boot loader looks for the
active partition and passes control to the loader which is
assumed to be in the active partition, and that loader then
controls the final loading of the operating system. Thus, by
adjusting the positions of what may be more than one hard
drive on the hard drive boot sequence, one can control which
hard drive supplies the operating system that will be loaded.
*TimDaniels*