]> 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)
commit4b209f065dfd7917c88d086af141786c955262c4
treea62a3ba1499289d926973554270cd381fc03c1d8
parentd1c1d948957f3f11607ed8d8dd15c2578f9af6f5
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