summaryrefslogtreecommitdiff
path: root/kc/core/cpu/cpu.c
AgeCommit message (Collapse)Author
2026-05-26we're bringing kjarna back and not doing the crazy stuff with trying to have ↵kjarnaAda Christine
task management during efi. that was a bit extra.
2025-01-27checkpoint. we can fake syscall with the dummy gdtAda Christine
2023-02-19preparations for user modeAda Christine
2023-02-16cleanupAda Christine
2023-02-14refactorsAda Christine
2023-01-30headers moved aroundAda Christine
2022-03-17pulled out kprintf() and friends into lib/Ada Christine
2022-02-17many changes have happnedAda Christine
- updates to panic() interface - genericized timer interface - (yet unused) additions to task management
2022-02-13splitting out descriptor declarationsAda Christine
2022-02-13exception changesAda Christine
2022-02-03bad conditionalAda Christine
2022-02-02cast with uintptr_t, ist index should be checkedAda Christine
2022-01-17preparing for multitaskingAda Christine