Add note on where Boot Flags should be located

The first 32 words are searched
This commit is contained in:
David Sawatzke 2019-12-30 17:16:14 +01:00
parent c9571b5f4c
commit d8a4da6d85

View File

@ -16,7 +16,10 @@ At start, **FBU** is loaded by the hardware. **FBU** will look for a special *F
A series of *Boot Fags* determine how **FBU** and **FBM** hand over execution to the subsequent program.
*Boot Flags* are indicated by the magic number `0xb469075a`, followed by a 32-bit field, similar to the following C struct:
*Boot Flags* are indicated by the magic number `0xb469075a`, followed by a
32-bit field, in the first 128 bytes of the binary.
It's similar to the following C struct:
```c
struct {