Skip to content

Commit

Permalink
docs: PROTOCOL.md: Clarify that DTBs are in bootloader recl memory
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Nov 30, 2024
1 parent 8845f97 commit bfab172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ struct limine_dtb_response {
};
```
* `dtb_ptr` - Virtual pointer to the device tree blob.
* `dtb_ptr` - Virtual (HHDM) pointer to the device tree blob, in bootloader reclaimable memory.
Note: If the DTB cannot be found, the response will *not* be generated.
Expand Down

0 comments on commit bfab172

Please sign in to comment.