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
·

1 Repo

Awesome GitHub RepositoriesOS Development Tooling

Tools and frameworks specifically designed for creating and testing operating system kernels.

Distinct from System and OS Development: Specifically targets the development of OS kernels rather than general system utilities or CLI tools.

Explore 1 awesome GitHub repository matching operating systems & systems programming · OS Development Tooling. Refine with filters or upvote what's useful.

Awesome OS Development Tooling GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 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

    Provides a minimalistic foundation and standard library for developing core operating system components.

    Rustkernelosrust
    Auf GitHub ansehen↗4,678
  1. Home
  2. Operating Systems & Systems Programming
  3. OS Development Tooling

Unter-Tags erkunden

  • Kernel Component FrameworksFoundations for building modular kernel components such as drivers and file systems. **Distinct from OS Development Tooling:** Focuses on the architectural foundation for building components, whereas OS Development Tooling refers to the tools used for building them.
  • Kernel Development PrimitivesLow-level types and functions serving as the base for safe kernel construction. **Distinct from OS Development Tooling:** Provides the actual code primitives rather than the external tooling used for kernel creation.
  • Kernel PrimitivesMinimalistic replacements for the standard library tailored for safe kernel environments. **Distinct from OS Development Tooling:** Distinct from general tooling: specifically provides the library primitives used to write the kernel code.