awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesKernel Context Switching

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.

Awesome Kernel Context Switching GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • freertos/freertos-kernelFreeRTOS 的头像

    FreeRTOS/FreeRTOS-Kernel

    4,297在 GitHub 上查看↗

    FreeRTOS-Kernel 是一个用于微控制器的实时操作系统内核。它通过基于优先级的任务调度器、嵌入式内存管理器和进程间通信框架提供多任务环境,以确保时间关键型任务满足截止期限。 该内核包含一个软件定时器引擎,用于在预定义的时间间隔或设定的延迟后执行函数。它支持并发任务的最小模型,并为内存资源受限的系统提供轻量级协程执行。 该项目涵盖了广泛的嵌入式资源管理,包括通过队列和事件组进行的任务间通信,以及确定性的系统资源调度。 项目集成通过使用获取工具或版本控制子模块的构建系统集成来管理。

    Saves processor registers to the task stack during context swaps to preserve execution state.

    C
    在 GitHub 上查看↗4,297
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Context Switching