2 Repos
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.
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.
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.