How the primary bootloader (PBL) works
Posted: 30 Dec 2019, 12:43
This topic is to research and discuss how the part of the PBL works. It starts with the bootvector-table at 0x0000 0000 (8 dwords) and ends at 0x0000 4FFFF.
The first vector at 0x0000 0000 is the RESET-Vector, where it branches to the entrypoint of the PBL.
...to be continued...
The first vector at 0x0000 0000 is the RESET-Vector, where it branches to the entrypoint of the PBL.
...to be continued...