Bootloader: Difference between revisions

m
[unchecked revision][unchecked revision]
Line 39:
=== Single Stage Bootloader ===
A single stage bootloader consists of a single file that is loaded entirely by the BIOS. This image then performs the steps described above to start the kernel.
However, on the x86 you are usually limited to 512 bytes for a first stage (An exception is no-emulation [[El -Torito]]), which is not much. Also, a lot of this size may be dedicated to bios structures and [[FAT]] headers, which leaves even less space to work with
 
=== Two-Stage Bootloader ===
Anonymous user