| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-09 | Apply the GPLv3 license | Alexey Gavrilov | 4 | -0/+72 | |
| 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-27 | Cmake build generator support: build stage | Alexey Gavrilov | 2 | -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-04-10 | VGADisplay some updates | Alexey Gavrilov | 2 | -3/+0 | |
| 2024-04-10 | MSR + IDT + test ISRs | Alexey Gavrilov | 2 | -0/+12 | |
| 2024-03-06 | Initialization mechanism | Alexey Gavrilov | 4 | -11/+10 | |
| 2024-02-22 | Implement support of cpuid instruction + include folder + some updates | Alexey Gavrilov | 3 | -1/+22 | |
| 2023-08-20 | Getting started with print on display + some fixes | Alexey Gavrilov | 5 | -0/+193 | |
