gint/src/cpu
Lephe e3105701d9
cpu: also save rN_bank registers at startup/exit
These are at least used on the CP to hold OS-related interrupt handler
pointers (to handling routines).
2024-05-25 17:59:10 +02:00
..
atomic.c cpu: fix a data race occurring on the cpu_atomic lock 2021-05-12 09:17:25 +02:00
cpu.c cpu: also save rN_bank registers at startup/exit 2024-05-25 17:59:10 +02:00
ics.s cpu, dma: add interrupt-cancellable sleep (perfect async sleep) 2021-06-17 14:32:08 +02:00
registers.s kernel: driver and world system overhaul 2021-04-23 20:44:08 +02:00
sleep.c cpu: allow functions to block the sleep() function 2021-05-12 09:17:25 +02:00