awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesKernel

Automated mounting of essential kernel filesystems during system initialization.

Distinct from Filesystem Mounts: Distinct from Filesystem Mounts: focuses on essential kernel-level filesystems rather than general storage volumes.

Explore 4 awesome GitHub repositories matching data & databases · Kernel. Refine with filters or upvote what's useful.

Awesome Kernel GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • systemd/systemdالصورة الرمزية لـ systemd

    systemd/systemd

    15,324عرض على GitHub↗

    systemd is a comprehensive system and service manager for Linux that orchestrates the entire operating system lifecycle. It functions as the primary init system, managing the transition from firmware to a fully initialized user space while providing a unified framework for service orchestration, hardware management, and resource control. The project distinguishes itself through its declarative, unit-based configuration model and dynamic dependency resolution, which allow for efficient, on-demand service activation and socket-based process management. It integrates deep system observability th

    Automates the mounting of essential kernel filesystems to ensure the operating system environment is correctly initialized.

    Ccinitlinux
    عرض على GitHub↗15,324
  • s-matyukevich/raspberry-pi-osالصورة الرمزية لـ s-matyukevich

    s-matyukevich/raspberry-pi-os

    13,854عرض على GitHub↗

    This project is a bare-metal operating system developed for ARM64 architecture. It serves as a low-level implementation of kernel engineering, focusing on the fundamental construction of an OS from the hardware level up. The system is distinguished by its comprehensive approach to ARM64 processor control, featuring a red-black tree task scheduler and a hierarchical page table system for virtual memory management. It implements a sophisticated privilege model that handles transitions between kernel and user modes, ensuring process isolation through address space splitting and exception level m

    Sets up the stack pointer and clears the BSS section to prepare the system for main logic.

    Carmarmv8assembler
    عرض على GitHub↗13,854
  • armmbed/mbedtlsالصورة الرمزية لـ ARMmbed

    ARMmbed/mbedtls

    6,712عرض على GitHub↗

    Mbed TLS is an open-source TLS and DTLS library with a small footprint, designed for embedded systems and IoT devices. It provides a portable cryptographic library that includes symmetric ciphers, hashing, and public-key cryptography, along with a reference implementation of the PSA Cryptography API for standardized cryptographic operations across platforms. The library also offers X.509 certificate management for parsing, validating, and managing certificate chains in secure communications. The library is built around a platform abstraction layer that decouples it from OS-specific services t

    Runs custom setup and teardown routines before and after library API calls to prepare underlying hardware.

    C
    عرض على GitHub↗6,712
  • mbed-tls/mbedtlsالصورة الرمزية لـ Mbed-TLS

    Mbed-TLS/mbedtls

    6,711عرض على GitHub↗

    Mbed TLS is a C library that provides a full implementation of the TLS and DTLS protocols for secure network communication, a library of fundamental cryptographic primitives, and a reference implementation of the PSA Cryptography API. It also includes libraries for parsing, validating, and managing X.509 digital certificates, as well as support for integrating hardware cryptoprocessors through the PSA Cryptoprocessor Driver Interface. The library is designed for resource-constrained environments and is built from source with a customizable feature set, allowing developers to select which TLS

    Provides custom setup and teardown functions to manage underlying hardware or accelerators.

    Ccryptocryptography-librarypsa
    عرض على GitHub↗6,711
  1. Home
  2. Data & Databases
  3. Persistent Storage Volumes
  4. Filesystem Mounts
  5. Kernel

استكشف الوسوم الفرعية

  • Hardware Initialization Routines1 وسم فرعيLow-level routines for setting up CPU registers, stack pointers, and clearing memory sections. **Distinct from Kernel:** Covers BSS cleaning and stack pointer setup, whereas the candidate focused on filesystem mounting.