|
|
|
|
|
Master Boot RecordThe master boot record (MBR), also the partition sector, in IBM PC architecture, is the 512-byte (½ kilobyte) boot sector, i.e. the sector on the logical beginning of a hard disk that contains the sequence of commands necessary for booting the operating system(s) (OSes). The bootstrapping firmware contained within the ROM BIOS loads and executes the master boot record. The MBR of a drive usually includes the drive's partition table, which the PC uses to load and run the boot record of the partition that is marked with the active flag. This design allows the BIOS to load any OS without knowing exactly where to start inside its partition. Because the MBR is read almost immediately when the computer is started, many computer viruses made in the era before virus scanner software became widespread operated by changing the code within the MBR. For Intel x86 processors the sequence of assembly language commands in the master boot record operates in real mode, even when the operating system to be loaded works (most of the time) in protected mode. See also
|
 |
|
| Copyright 2005-2009 OnPedia.com. All Rights Reserved |
|
|