Merge pull request #29 from david-sawatzke/doc-patch

Add note on where Boot Flags should be located
This commit is contained in:
Sean Cross 2020-01-02 10:23:27 +08:00 committed by GitHub
commit bef4d6dfe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {