From 4fb558fe810b319f5a044b80393a2f4a07cf9a19 Mon Sep 17 00:00:00 2001 From: Andy-Python-Programmer Date: Sat, 10 Sep 2022 18:11:13 +1000 Subject: [PATCH] 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 --- PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index 616789c0..4e01d222 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -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.