awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • macfuse/macfusemacfuse का अवतार

    macfuse/macfuse

    9,713GitHub पर देखें↗

    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
    GitHub पर देखें↗9,713
  • lzhoang2801/opcore-simplifylzhoang2801 का अवतार

    lzhoang2801/OpCore-Simplify

    6,823GitHub पर देखें↗

    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
    GitHub पर देखें↗6,823
  • dortania/opencore-install-guidedortania का अवतार

    dortania/OpenCore-Install-Guide

    4,212GitHub पर देखें↗

    This project is a comprehensive technical manual for installing macOS on non-Apple x86 hardware using the OpenCore bootloader. It serves as a configuration guide for emulating Apple hardware and patching system firmware to achieve operating system compatibility on PCs. The documentation provides detailed instructions for SMBIOS hardware emulation, including the generation of system identifiers and model profiles. It covers the application of ACPI table patches to enable native power management and the modification of UEFI runtime services to resolve memory map and write protection issues. Th

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

    JavaScript
    GitHub पर देखें↗4,212
  • benbaker76/hackintoolbenbaker76 का अवतार

    benbaker76/Hackintool

    3,437GitHub पर देखें↗

    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
    GitHub पर देखें↗3,437
  1. Home
  2. Operating Systems & Systems Programming
  3. macOS Kernel Extensions

सब-टैग एक्सप्लोर करें

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