On 9/22/24 10:17 AM, Sergii Dmytruk wrote:
From: Krystian Hebel
GRUB_PAGE_MASK is intentionally signed to make use of sign extension.
Subsequent patches will use them.
Signed-off-by: Krystian Hebel
Signed-off-by: Sergii Dmytruk
Reviewed-by: Ross Philipson
---
include/grub/i386/memory
From: Krystian Hebel
GRUB_PAGE_MASK is intentionally signed to make use of sign extension.
Subsequent patches will use them.
Signed-off-by: Krystian Hebel
Signed-off-by: Sergii Dmytruk
---
include/grub/i386/memory.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/include/grub/i386/m