summaryrefslogtreecommitdiff
path: root/kc/core/cpu
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-02-13irq needs to be an immediate :«Ada Christine
2023-01-30headers moved aroundAda Christine
2022-03-23misc fixesAda Christine
2022-03-17pulled out kprintf() and friends into lib/Ada Christine
2022-03-15correct formatting for register values displayAda Christine
2022-02-24context struct for ISRs rather than using param registers; second-stage ↵Ada Christine
handlers should deal with that i think
2022-02-18use the appropriate semantics for atomicsAda Christine
2022-02-18do nothing if the origin and target threads are the sameAda Christine
2022-02-18bug fixesAda Christine
- needed an atomic_load() when getting the count in pic8253_nanoseconds_elapsed() - i was deleting half the bits of the outgoing task's stack in cpu_task.S (oops) - updated .gdbint. TODO: automate laoding section offsets correctly
2022-02-17many changes have happnedAda Christine
- updates to panic() interface - genericized timer interface - (yet unused) additions to task management
2022-02-15irq_lock() and irq_unlock() are unnecessary around mmu_get_map and i shot ↵Ada Christine
myself in the foot with it
2022-02-15beginning to things out into cpu-dependent and cpu-independent codeAda Christine
2022-02-13rudimentary irq and timer supportAda Christine
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
2022-01-16hide needlessly exported symbolsAda Christine