summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2026-06-09Apply the GPLv3 licenseAlexey Gavrilov12-0/+216
Copyright disclaimer and copyright note are prepending to a every source file. Add license section in the `README.md` file. Create the LICENSE` file with license information. Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>
2026-03-27Cmake build generator support: build stageAlexey Gavrilov7-4/+41
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-27delete arch fileAlexey Gavrilov2-8/+1
2024-05-24Pic + Tuple + refactor PrimaryInitialization classAlexey Gavrilov3-0/+237
2024-04-10MSR + IDT + test ISRsAlexey Gavrilov1-0/+6
2024-03-31IDT + uintptr updateAlexey Gavrilov1-1/+1
2024-03-27Some updates: rename memAddr, define architectureAlexey Gavrilov4-11/+28
2024-03-25Acpi classes + string operationsAlexey Gavrilov3-0/+104
2024-03-08Cpuinfo refactorAlexey Gavrilov1-2/+2
2024-03-07Memory operations: copy and setAlexey Gavrilov2-0/+49
2024-02-22Implement support of cpuid instruction + include folder + some updatesAlexey Gavrilov3-0/+81