awesome-repositories.com
Blog
awesome-repositories.com

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

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

2 Repos

Awesome GitHub RepositoriesMulti-Architecture Kernel Deployments

Deploying a kernel across multiple processor architectures and board configurations through a portable design.

Distinct from Configurable Matrix Multiplication Kernels: No candidate covers multi-architecture kernel deployment; closest is Cross-Platform Deployment Targets which is about application deployment.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Multi-Architecture Kernel Deployments. Refine with filters or upvote what's useful.

Awesome Multi-Architecture Kernel Deployments GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • sel4/sel4Avatar von seL4

    seL4/seL4

    5,583Auf GitHub ansehen↗

    seL4 is a formally verified microkernel whose C implementation is backed by machine-checked mathematical proofs of correctness, confidentiality, integrity, and availability. It enforces strict isolation between processes through hardware-enforced address space separation and a capability-based access control system, where each process holds explicit rights only to the resources it has been granted. The kernel exposes hardware resources through a minimal API of system calls that manage threads, address spaces, and inter-process communication, with synchronous IPC supporting sender-identifying b

    Supports a range of processor architectures and board configurations through a portable kernel design.

    Cmicrokernelossel4
    Auf GitHub ansehen↗5,583
  • asterinas/asterinasAvatar von asterinas

    asterinas/asterinas

    4,678Auf GitHub ansehen↗

    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

    Boots and operates as a kernel across x86-64, RISC-V 64, and LoongArch 64 platforms.

    Rustkernelosrust
    Auf GitHub ansehen↗4,678
  1. Home
  2. Operating Systems & Systems Programming
  3. Multi-Architecture Kernel Deployments