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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesLanguage-Level Driver Isolation

Isolation of internal kernel modules and drivers using language-level type and module systems.

Distinct from Module Isolation: Uses language safety (Rust) for internal driver isolation rather than unmounting modules from namespaces.

Explore 1 awesome GitHub repository matching software engineering & architecture · Language-Level Driver Isolation. Refine with filters or upvote what's useful.

Awesome Language-Level Driver Isolation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tock/tockAvatar von tock

    tock/tock

    6,351Auf GitHub ansehen↗

    Tock is a secure embedded operating system and microcontroller kernel designed to isolate untrusted applications and drivers. It functions as a memory-safe process isolator that uses a combination of hardware memory protection and language-level type safety to execute mutually distrustful applications on bare metal. The system distinguishes itself through a hardware abstraction layer that decouples high-level components from specific microcontroller implementations using standardized traits. It further employs a virtualization layer to allow multiple independent software components to share a

    Uses a language sandbox to protect internal modules and drivers from each other without incurring hardware overhead.

    Rust
    Auf GitHub ansehen↗6,351
  1. Home
  2. Software Engineering & Architecture
  3. Execution Control
  4. Namespace Isolation
  5. Module Isolation
  6. Language-Level Driver Isolation