awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

3 dépôts

Awesome GitHub RepositoriesCustom Kernel Compilation

The process of compiling a full operating system kernel from source with specific configurations.

Distinct from Kernel Module Compilation: Covers the compilation of the entire kernel binary, not just individual loadable modules.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Custom Kernel Compilation. Refine with filters or upvote what's useful.

Awesome Custom Kernel Compilation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • microsoft/wsl2-linux-kernelAvatar de microsoft

    microsoft/WSL2-Linux-Kernel

    10,463Voir sur GitHub↗

    This project is a Linux kernel designed for Windows Linux integration, providing the underlying operating system kernel required to execute binary files and applications within the Windows Subsystem for Linux. It utilizes hypervisor-based virtualization to run a full kernel within a lightweight utility virtual machine managed by a Windows host. The repository enables the customization and compilation of the kernel from source. This allows for the modification of system behavior, the addition of specific drivers, and the tailoring of hardware compatibility for virtualized environments. The sy

    Enables compiling a kernel from source with specific configuration changes and packaging modules into a virtual disk image.

    C
    Voir sur GitHub↗10,463
  • maderix/aneAvatar de maderix

    maderix/ANE

    6,876Voir sur GitHub↗

    ANE is an open-source framework for training neural networks directly on Apple's Neural Engine hardware, bypassing Apple's public Core ML toolchain through reverse-engineered private APIs. It provides low-level control over the ANE, enabling developers to compile custom compute graphs into binary kernels, partition transformer model layers into hardware-compatible subgraphs, and share GPU-allocated memory with the Neural Engine via zero-copy IOSurface buffers. The framework distinguishes itself by offering direct access to hardware performance counters and power telemetry for benchmarking thr

    Compiles custom compute graphs into ANE-specific binary kernels using reverse-engineered private compiler services.

    Objective-C
    Voir sur GitHub↗6,876
  • raspberrypi/documentationAvatar de raspberrypi

    raspberrypi/documentation

    5,575Voir sur GitHub↗

    This is the official documentation repository for Raspberry Pi hardware and software. It covers the complete range of Raspberry Pi single-board computers, the RP-series microcontrollers, and the Raspberry Pi operating system. The documentation provides reference material for setting up devices, configuring hardware, and using the system for tasks including AI inference, camera and video capture, embedded development, and remote access. The documentation covers the full boot chain from the GPU firmware and EEPROM bootloader through to kernel loading, with detailed guidance on boot configuratio

    Documents configuring and compiling a custom Linux kernel using native or cross-compilation.

    Pythonasciidocdocumentationraspberry-pi
    Voir sur GitHub↗5,575
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Module Compilation
  4. Custom Kernel Compilation

Explorer les sous-tags

  • Neural Engine Kernel CompilationsCompiles custom compute graphs into ANE-specific binary kernels using private compiler services without Apple’s public Core ML toolchain. **Distinct from Custom Kernel Compilation:** Distinct from Custom Kernel Compilation: targets Apple Neural Engine hardware kernels rather than general OS kernel compilation.