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
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • macfuse/macfuseAvatar von macfuse

    macfuse/macfuse

    9,713Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,713
  • lzhoang2801/opcore-simplifyAvatar von lzhoang2801

    lzhoang2801/OpCore-Simplify

    6,823Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,823
  • dortania/opencore-install-guideAvatar von dortania

    dortania/OpenCore-Install-Guide

    4,212Auf GitHub ansehen↗

    Dieses Projekt ist ein umfassendes technisches Handbuch für die Installation von macOS auf Nicht-Apple-x86-Hardware unter Verwendung des OpenCore-Bootloaders. Es dient als Konfigurationsleitfaden für die Emulation von Apple-Hardware und das Patchen von System-Firmware, um Betriebssystemkompatibilität auf PCs zu erreichen. Die Dokumentation bietet detaillierte Anweisungen für die SMBIOS-Hardware-Emulation, einschließlich der Generierung von Systemidentifikatoren und Modellprofilen. Sie deckt die Anwendung von ACPI-Tabellen-Patches zur Aktivierung nativer Energieverwaltung und die Modifikation von UEFI-Laufzeitdiensten zur Lösung von Problemen mit Speicherkarten und Schreibschutz ab. Die Ressource beschreibt zudem die Hardwarekompatibilität für Netzwerk-, Grafik- und Audiokomponenten sowie die Verwaltung von Kernel-Erweiterungen. Sie enthält Anleitungen zur Bootloader-Konfiguration, zur Erstellung bootfähiger Installationsmedien und zur Verwendung von ausführlichem Logging und Debug-Kits zur Fehlerbehebung bei Kernel-Panics.

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

    JavaScript
    Auf GitHub ansehen↗4,212
  • benbaker76/hackintoolAvatar von benbaker76

    benbaker76/Hackintool

    3,437Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,437
  1. Home
  2. Operating Systems & Systems Programming
  3. macOS Kernel Extensions

Unter-Tags erkunden

  • 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.