]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
refactor: remove include/multiboot2.h wrapper, use arch/x86/multiboot2.h directly
authorTulio A M Mendes <[email protected]>
Tue, 10 Feb 2026 05:26:38 +0000 (02:26 -0300)
committerTulio A M Mendes <[email protected]>
Tue, 10 Feb 2026 05:26:38 +0000 (02:26 -0300)
commitd5cdfa8ac744d2634b261c554a7298855e347b7c
tree004d738e858087880e3a81321eb5c0772ada8c55
parent5e872beaea8db7533780c95766dfd8b24f821a7c
refactor: remove include/multiboot2.h wrapper, use arch/x86/multiboot2.h directly

The generic wrapper include/multiboot2.h only forwarded to
arch/x86/multiboot2.h under #if x86. Since Multiboot2 is purely
x86/GRUB-specific, the wrapper should not exist in the generic
include/ directory. pmm.c now includes arch/x86/multiboot2.h
directly (already inside its own #if x86 guard).

Passes: make, cppcheck, QEMU smoke test.
include/multiboot2.h [deleted file]
src/mm/pmm.c