summaryrefslogtreecommitdiffstats
path: root/arch/x86/port
AgeCommit message (Collapse)AuthorFilesLines
2026-03-27Cmake build generator support: build stageAlexey Gavrilov2-1/+17
Multi-target architecture implementation: each root source code directory presents the one *INTERFACE* target to it's subdirectory subtargets that link only as *STATIC* library. For instance, *arch* directory presents *Architecture* target then *Architecture* target has *CPUID*, *IO*, *PORT* and etc. dependencies Exact order of linking targets is: boot.o CRTIBUNDLE <TARGETS> CRTNBUNDLE. Sequence destruction cause to UB. Please to pay attention to this. TODO - Debug information - Build type - Toolchain file - Image creation - Build by WinGW compiler on Windows platform (optional) Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>
2024-05-24Pic + Tuple + refactor PrimaryInitialization classAlexey Gavrilov3-0/+95