| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-21 | Apply the GPLv3 licensedocs | Alexey Gavrilov | 1 | -0/+18 | |
| 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-28 | Cmake build generator support: toolchain file | Alexey Gavrilov | 1 | -2/+0 | |
| Two toolchain files for clang and gcc compilers under x86 platform. Debug flags also passed at the configure time. Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com> | |||||
| 2026-03-27 | Cmake build generator support: build stage | Alexey Gavrilov | 1 | -1/+1 | |
| 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> | |||||
| 2025-05-10 | Kheap section + metadata | Alexey Gavrilov | 1 | -0/+2 | |
| 2024-05-27 | delete arch file | Alexey Gavrilov | 1 | -1/+1 | |
| 2024-03-27 | Some updates: rename memAddr, define architecture | Alexey Gavrilov | 1 | -0/+4 | |
| 2024-03-06 | Initialization mechanism | Alexey Gavrilov | 1 | -0/+9 | |
