1 个仓库
Mechanisms for saving and restoring processor state to enable multitasking.
Distinct from Stack-Copying Context Switches: Existing candidates focus on user-space or coroutine stack copying; this is low-level kernel register preservation on the task stack.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Kernel Context Switching. Refine with filters or upvote what's useful.
FreeRTOS-Kernel 是一个用于微控制器的实时操作系统内核。它通过基于优先级的任务调度器、嵌入式内存管理器和进程间通信框架提供多任务环境,以确保时间关键型任务满足截止期限。 该内核包含一个软件定时器引擎,用于在预定义的时间间隔或设定的延迟后执行函数。它支持并发任务的最小模型,并为内存资源受限的系统提供轻量级协程执行。 该项目涵盖了广泛的嵌入式资源管理,包括通过队列和事件组进行的任务间通信,以及确定性的系统资源调度。 项目集成通过使用获取工具或版本控制子模块的构建系统集成来管理。
Saves processor registers to the task stack during context swaps to preserve execution state.