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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

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

    macfuse/macfuse

    9,713عرض على 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
    عرض على GitHub↗9,713
  • lzhoang2801/opcore-simplifyالصورة الرمزية لـ lzhoang2801

    lzhoang2801/OpCore-Simplify

    6,823عرض على 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
    عرض على GitHub↗6,823
  • dortania/opencore-install-guideالصورة الرمزية لـ dortania

    dortania/OpenCore-Install-Guide

    4,212عرض على GitHub↗

    هذا المشروع عبارة عن دليل تقني شامل لتثبيت macOS على أجهزة x86 غير تابعة لـ Apple باستخدام محمل الإقلاع OpenCore. يعمل كدليل تهيئة لمحاكاة أجهزة Apple وتصحيح برامج النظام الثابتة لتحقيق توافق نظام التشغيل على أجهزة الكمبيوتر الشخصية. توفر الوثائق تعليمات مفصلة لمحاكاة أجهزة SMBIOS، بما في ذلك توليد معرفات النظام وملفات تعريف النموذج. تغطي تطبيق تصحيحات جدول ACPI لتمكين إدارة الطاقة الأصلية وتعديل خدمات وقت تشغيل UEFI لحل مشكلات خريطة الذاكرة وحماية الكتابة. يفصل المورد بشكل أكبر توافق الأجهزة لمكونات الشبكات والرسومات والصوت، بالإضافة إلى إدارة ملحقات النواة. يتضمن إرشادات حول تهيئة محمل الإقلاع، وإنشاء مثبتات قابلة للإقلاع، واستخدام التسجيل المطول ومجموعات تصحيح الأخطاء لاستكشاف أخطاء ذعر النواة وإصلاحها.

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

    JavaScript
    عرض على GitHub↗4,212
  • benbaker76/hackintoolالصورة الرمزية لـ benbaker76

    benbaker76/Hackintool

    3,437عرض على 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
    عرض على 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.