docs: Explicitly state that the bootloader may ignore kernel header tags in stivale2
This commit is contained in:
parent
3d76435d4c
commit
18992d92ec
@ -164,6 +164,10 @@ rather, feature-specific support detection.
|
||||
The kernel executable provides the bootloader with a linked list of structures,
|
||||
the first of which is pointed to by the `tags` entry of the stivale2 header.
|
||||
|
||||
The bootloader is free to ignore kernel tags that it does not recognise.
|
||||
The kernel should make sure that the bootloader has properly interpreted the
|
||||
provided tags, either by checking returned tags or by other means.
|
||||
|
||||
Each tag shall contain these 2 fields:
|
||||
```c
|
||||
struct stivale2_hdr_tag {
|
||||
|
Loading…
Reference in New Issue
Block a user