awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesmacOS Kernel Extensions

Drivers that extend the functionality of the macOS kernel to provide system-level capabilities.

Distinct from Kernel Extension Loaders: None of the candidates cover the general creation or utility of macOS kernel extensions; [f0_mt5] is too specific to loaders and hardware support.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · macOS Kernel Extensions. Refine with filters or upvote what's useful.

Awesome macOS Kernel Extensions GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • macfuse/macfuseAvatar de macfuse

    macfuse/macfuse

    9,713Ver en GitHub↗

    macfuse is a framework for implementing custom file systems in user space. It utilizes a macOS kernel extension to bridge the operating system kernel's virtual file system layer to a user-process daemon. This project allows the implementation of file system logic outside of the kernel to improve system stability and simplify development. It enables the mapping of remote data, network resources, or memory to a local folder so they can be accessed through standard system interfaces. The framework supports the development of cross-platform storage by providing a portable interface for consisten

    Implements a specialized driver that bridges the macOS kernel VFS layer to user-space processes.

    macfuse
    Ver en GitHub↗9,713
  • lzhoang2801/opcore-simplifyAvatar de lzhoang2801

    lzhoang2801/OpCore-Simplify

    6,823Ver en GitHub↗

    OpCore-Simplify is an automated tool that generates a complete OpenCore EFI folder for Hackintosh builds. It scans the system hardware to identify supported devices and compatible macOS versions, then assembles a bootable EFI configuration by downloading the latest OpenCore bootloader and required kernel extensions from official sources. The tool differentiates itself by automating the entire EFI creation process, from hardware detection through patch application. It automatically selects and applies the correct ACPI hotfixes and kernel extensions based on the detected hardware and target mac

    Chooses and applies the correct ACPI hotfixes and kernel extensions based on the detected hardware and target macOS version.

    Pythonhackintoshhackintosh-efilzhoang2601
    Ver en GitHub↗6,823
  • dortania/opencore-install-guideAvatar de dortania

    dortania/OpenCore-Install-Guide

    4,212Ver en GitHub↗

    Este proyecto es un manual técnico integral para instalar macOS en hardware x86 que no es de Apple utilizando el bootloader OpenCore. Sirve como una guía de configuración para emular hardware de Apple y parchear el firmware del sistema para lograr la compatibilidad del sistema operativo en PCs. La documentación proporciona instrucciones detalladas para la emulación de hardware SMBIOS, incluyendo la generación de identificadores de sistema y perfiles de modelo. Cubre la aplicación de parches de tablas ACPI para habilitar la gestión de energía nativa y la modificación de servicios de tiempo de ejecución UEFI para resolver problemas de mapa de memoria y protección contra escritura. El recurso detalla además la compatibilidad de hardware para componentes de red, gráficos y audio, así como la gestión de extensiones de kernel. Incluye orientación sobre la configuración del bootloader, la creación de instaladores arrancables y el uso de registros detallados (verbose) y kits de depuración para solucionar pánicos de kernel.

    Manages macOS kernel extensions to provide system-level capabilities and ensure stable hardware loading.

    JavaScript
    Ver en GitHub↗4,212
  • benbaker76/hackintoolAvatar de benbaker76

    benbaker76/Hackintool

    3,437Ver en GitHub↗

    Hackintool is a hardware configuration tool designed to make non-native computer hardware compatible with macOS. It functions as a suite of utilities for spoofing device identifiers and patching system components to ensure the operating system recognizes unsupported hardware. The project provides specialized tools for graphics, audio, and USB configurations. This includes a framebuffer patcher for resolving display issues on unsupported GPUs, an audio layout configurator for enabling sound via device ID spoofing, and a USB port mapping tool that identifies connected devices to generate custom

    Produces binary kernel extensions that define hardware port mappings for the macOS kernel.

    Objective-C
    Ver en GitHub↗3,437
  1. Home
  2. Operating Systems & Systems Programming
  3. macOS Kernel Extensions

Explorar subetiquetas

  • Version-Aware Patch SelectorsChooses and applies the correct ACPI hotfixes and kernel extensions based on the detected hardware and target macOS version. **Distinct from macOS Kernel Extensions:** Distinct from macOS Kernel Extensions: focuses on selecting and applying version-specific patches rather than providing the kernel extensions themselves.