As mentioned previously, the
<literal>INT 0x19
</literal> instruction causes the
<literal>INT 0x19
</literal> handler to load an
<acronym>MBR
</acronym> (
<filename>boot0
</filename>) into memory at address
<literal>0x7c00
</literal>. The source file for
<filename>boot0
</filename> can be found in
<filename>sys/boot/i386/boot0/boot0.S
</filename> - which is an awesome piece of code written by Robert Nordier.