![]() |
AKOS
v1.0.0
Documentation
|
Files | |
| core.c | |
| Kernel initialization, startup and critical-section control. | |
| list.c | |
| Doubly-linked list primitives used by scheduler and timers. | |
| memory.c | |
| Fixed-size heap allocator implementation. | |
| priority.c | |
| Priority bitmap operations. | |
| thread.c | |
| Thread management, scheduling, and thread messaging integration. | |
| timer.c | |
| Software timer pool, lists, and processing loop. | |