Merge pull request #214 from Andy-Python-Programmer/trunk
protocol: `dtb_ptr` should be a virtual pointer
This commit is contained in:
commit
3b7b170c7f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue