Master Boot Record
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (Add infobox) |
||
| Line 1: | Line 1: | ||
| − | : ''Master Boot Record'' | + | {{FormatInfo |
| + | |formattype=electronic | ||
| + | |subcat=Filesystem | ||
| + | }} | ||
| + | |||
| + | : '''Master Boot Record''' | ||
=Introduction= | =Introduction= | ||
A Master Boot Record is necessary to boot an [[Operating Systems|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. | A Master Boot Record is necessary to boot an [[Operating Systems|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. | ||
Revision as of 12:39, 27 November 2012
- 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.