BIOS Boot Function

The boot function with the BIOS has two steps:
  1. To determine the device from which to boot. Depending on who wrote the BIOS, this is done in one of several ways:
  2. To boot the device selected by the previous step. This generally means reading the first block from the device into memory and then transferring to the first byte of that block which is assumed to contain executable instructions. (The network boot is more complicated and will not be covered here.)

    When the hard disk is booted, the first block of the device is called the Master Boot Record (MBR).

Next: Master Boot Record (MBR)

Return to main PC Boot Sequence page

Return to my writing page

Return to my home page