Why the IBM PC architecture uses 55 AA magic numbers in the last two bytes of the boot sector to sign
I suspect this has something to do with bit patterns: 01010101 10101010 , but I don't know what.
My guess is this:
- The BIOS performs some bitwise and / or / xor operations on these bytes in order to compare them together, and if it, for example, leads to 0, it can easily detect this and go there.
- there may be some kind of parity / integrity protection which, if some of these bits are broken, can be detected or something else and still be considered a valid signature for the system to boot properly, even if these specific bits on the disk were broken or something.
Maybe one of you could help me answer this glaring question?
I remember I once read about these bit patterns, but I donβt remember where. And it may be in some kind of paper book, because I can not find anything on the Web.
bootloader bootstrapping signature boot
Sasq
source share