First of all thanks for showing interests in helping me,
so I try to understand how the bootloader works and i searched a little bit and found the following. The MBR has a size of 512 bytes, minus the 4 partition tables which are 64 bytes, we have a partition of 446 bytes plus the 2 bytes for the MBR signature aka. Magic Number. The magic number is 0x55aa. But how does the magic number fit in only 2 bytes? So 0x55 and 0xaa have a size of 255. How does it fit in only 2 bytes?
Thanks