awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • freertos/freertos-kernelAvatar de FreeRTOS

    FreeRTOS/FreeRTOS-Kernel

    4,297Ver en GitHub↗

    FreeRTOS-Kernel is a real-time operating system kernel for microcontrollers. It provides a multitasking environment through a priority-based task scheduler, an embedded memory manager, and an inter-process communication framework to ensure time-critical tasks meet their deadlines. The kernel includes a software timer engine for executing functions at predefined intervals or after set delays. It supports a minimal model of concurrent tasks and lightweight co-routine execution for systems with limited memory resources. The project covers a broad surface of embedded resource management, includi

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

    C
    Ver en GitHub↗4,297
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Context Switching