protocol: `dtb_ptr` should be a virtual pointer

* The `dtb_ptr` is a virtual pointer not a physical pointer.

Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
This commit is contained in:
Andy-Python-Programmer 2022-09-10 18:11:13 +10:00
parent 5566278736
commit 4fb558fe81
No known key found for this signature in database
GPG Key ID: 80E0357347554B89
1 changed files with 1 additions and 1 deletions

View File

@ -1077,7 +1077,7 @@ struct limine_dtb_response {
};
```
* `dtb_ptr` - Physical pointer to the device tree blob.
* `dtb_ptr` - Virtual pointer to the device tree blob.
Note: Information contained in the `/chosen` node may not reflect the information
given by bootloader tags, and as such the `/chosen` node properties should be ignored.