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
·

2 repositorios

Awesome GitHub RepositoriesKernel Isolation Mechanisms

Architectural boundaries that separate user-mode applications from the kernel using software interrupts.

Distinct from Interrupt Handlers: Distinct from general interrupt handlers by focusing on the security and privilege boundary between user-space and kernel-space.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Kernel Isolation Mechanisms. Refine with filters or upvote what's useful.

Awesome Kernel Isolation Mechanisms GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • apache/nuttxAvatar de apache

    apache/nuttx

    3,912Ver en GitHub↗

    NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit architectures. It provides a deterministic execution environment with a real-time task scheduler and a POSIX embedded kernel to ensure portable code execution across diverse hardware targets. The project distinguishes itself through a comprehensive hardware abstraction layer that provides standardized drivers for I2C, SPI, CAN, and USB across various semiconductor chipsets. It also features an embedded networking stack supporting TCP, UDP, IPv4, and IPv6, alongside industrial proto

    Separates unprivileged user-mode applications from the kernel using architecture-specific software interrupts.

    Cembeddedmcumicrocontroller
    Ver en GitHub↗3,912
  • opencontainers/runtime-specAvatar de opencontainers

    opencontainers/runtime-spec

    3,641Ver en GitHub↗

    The project provides an open container runtime specification and standardized schema for defining container configurations, namespaces, resource limits, security policies, and filesystem mounts across platforms. It outlines the formal configuration formats, lifecycle operations, and execution environments necessary for portable, isolated container workloads. The specification covers container lifecycle management protocols and structured rules governing container creation, execution startup, process signaling, state tracking, and resource teardown. It standardizes local bundle packaging and

    Defines operating system parameters and namespaces using native kernel isolation mechanisms.

    Gocontainersdockeroci
    Ver en GitHub↗3,641
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Execution Context Layering
  4. Interrupt Handlers
  5. Kernel Isolation Mechanisms