awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesKernel Task Management

Low-level management of execution units for both system and user-mode processes within a kernel.

Distinct from Concurrent Task Execution: Specifically addresses the kernel's role in defining and managing task execution units, which is distinct from user-space concurrency frameworks.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Kernel Task Management. Refine with filters or upvote what's useful.

Awesome Kernel Task Management GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • asterinas/asterinasasterinas का अवतार

    asterinas/asterinas

    4,678GitHub पर देखें↗

    Asterinas is a memory-safe operating system kernel designed to prevent data races and memory corruption. It functions as a Linux-ABI compatible kernel, enabling the execution of existing Linux binaries and container workloads while providing a declarative operating system distribution model. The project distinguishes itself by acting as a virtual machine container host and a confidential computing guest OS, allowing it to run within hardware-isolated Trusted Execution Environments such as Intel TDX. It implements a minimal trusted computing base by isolating unsafe low-level operations and se

    Handles multitasking and low-level context switching between kernel tasks.

    Rustkernelosrust
    GitHub पर देखें↗4,678
  • contiki-os/contikicontiki-os का अवतार

    contiki-os/contiki

    3,798GitHub पर देखें↗

    Contiki is an operating system designed for resource-constrained embedded devices and the Internet of Things. It provides a lightweight, event-driven kernel that enables multitasking and low-power wireless network connectivity on hardware with extremely limited memory and processing power. The system distinguishes itself through a stackless threading model that allows for a blocking-style programming interface while maintaining a minimal memory footprint. It supports dynamic module and firmware management, enabling the loading and linking of relocatable binary code at runtime to update applic

    Executes multiple application programs concurrently using lightweight kernel mechanisms optimized for resource-constrained hardware.

    C
    GitHub पर देखें↗3,798
  • hnes/libacohnes का अवतार

    hnes/libaco

    3,688GitHub पर देखें↗

    libaco is a low-level C library for cooperative multitasking that provides a runtime for managing asymmetric coroutines. It functions as an execution context manager and stack memory allocator, allowing a single process to initialize independent execution units with private stacks and perform manual context switching via yield operations. The library distinguishes itself through its memory management and stability features, utilizing read-only guard pages at stack boundaries to trigger hardware faults upon stack overflow. It supports both private stack allocation and shared stack pooling to r

    Creates lightweight execution units suitable for resource-constrained environments requiring efficient task switching.

    Cccoroutinecoroutine-library
    GitHub पर देखें↗3,688
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Task Management

सब-टैग एक्सप्लोर करें

  • Embedded Task SchedulersLightweight kernel mechanisms for managing concurrent task execution on resource-constrained hardware. **Distinct from Kernel Task Management:** Distinct from Kernel Task Management: specifically targets the event-driven, memory-efficient scheduling required for embedded systems.