Master Boot Record
From Just Solve the File Format Problem
Revision as of 10:55, 27 November 2012 by Maurice.de.rooij (Talk | contribs)
- Master Boot Record
Introduction
A Master Boot Record is necessary to boot an Operating System on a PC. In most cases it is located at cylinder 0, head 0, sector 1 of the first hard drive. It contains executable code, error messages and a partition table.