]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
refactor: x86 code uses arch-specific headers directly
authorTulio A M Mendes <[email protected]>
Tue, 10 Feb 2026 04:33:15 +0000 (01:33 -0300)
committerTulio A M Mendes <[email protected]>
Tue, 10 Feb 2026 04:33:15 +0000 (01:33 -0300)
commitc68ce1577fc4101613b3c36a1958d1c216c09175
tree14672fb85ce3476ad8d45ed075bca591141d4889
parent58010c57473d8a576195046e26f4f79499361fa6
refactor: x86 code uses arch-specific headers directly

arch_early_setup.c now includes arch/x86/multiboot2.h directly
instead of the generic wrapper, consistent with the pattern of
x86-only code using arch-specific headers.

Passes: make, cppcheck, QEMU smoke test.
src/arch/x86/arch_early_setup.c