]> 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)
commitd30086ed099f134544f9a1df001ee037aa452515
tree232d7937e4d405d7f7df716d2dd3e445a0dbad73
parent62cb8ae274ddbd7e9c381b189c3424265371be1a
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