Boot Sequence: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Arto (talk | contribs)
m →‎Kernel Image: Updated the OSD gotchas link, the old link is MIA.
Arto (talk | contribs)
m →‎Master Boot Record: Added a link to the Partition Table page.
Line 30: Line 30:
::''I second this information. The 'Bios Parameters Block' of a floppy is something that DOS&FAT enforces, but it's perfectly possible to use a floppy without this (except that you have very little clue about what the floppy will be and that you may fail to read a 720KB floppy without this if you cannot tell your OS it's not a 1.44MB disk ...'' -- PypeClicker
::''I second this information. The 'Bios Parameters Block' of a floppy is something that DOS&FAT enforces, but it's perfectly possible to use a floppy without this (except that you have very little clue about what the floppy will be and that you may fail to read a 720KB floppy without this if you cannot tell your OS it's not a 1.44MB disk ...'' -- PypeClicker


On a hard drive, the so-called ''Master Boot Record'' (MBR) holds executable code at offset 0x0000 - 0x01bd, followed by table entries for the four primary partitions, using sixteen bytes per entry (0x01be - 0x01fd), and the two-byte signature (0x01fe - 0x01ff).
On a hard drive, the so-called ''Master Boot Record'' (MBR) holds executable code at offset 0x0000 - 0x01bd, followed by table entries for the four [[Partition Table|primary partitions]], using sixteen bytes per entry (0x01be - 0x01fd), and the two-byte signature (0x01fe - 0x01ff).


The layout of the table entries is as follows:
The layout of the table entries is as follows: