aboutsummaryrefslogtreecommitdiff
path: root/mirai/boot/sequence/constants/phases.zig
AgeCommit message (Collapse)AuthorFilesLines
47 hoursReorg: consolidate special dirs to module level across ↵Bobby1-33/+0
boot/drivers/memory/crimson (constants/types/strings hold per-subsystem subfolders; subfolders are logic-only)
2026-02-25Add Global Descriptor Table (GDT) and Task State Segment (TSS) implementationBobby1-0/+33
- Introduced GDT constants, including selectors, access rights, and flags. - Created GDT entry structures for kernel and user segments, along with TSS descriptors. - Implemented GDT initialization and loading functions. - Developed boot sequence phases for CPU and memory initialization. - Added boot information structure to manage memory regions and kernel details. - Implemented TSS management, including core-specific TSS setup and stack allocation. - Established state management for boot sequence phases and TSS.