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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesNVRAM Variable Emulation Systems

Persistent storage layers for system configuration data that survive reboots by mapping variables to non-volatile memory.

Distinct from Configuration Variables: None of the candidates fit; the candidates were related to application-level configuration or cloud variables, whereas this is about firmware-level NVRAM.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · NVRAM Variable Emulation Systems. Refine with filters or upvote what's useful.

Awesome NVRAM Variable Emulation Systems GitHub Repositories

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

    acidanthera/OpenCorePkg

    14,750عرض على GitHub↗

    OpenCorePkg is a modular UEFI bootloader designed to initialize hardware and facilitate the loading of modern operating systems on non-standard or unsupported hardware. It functions as a comprehensive firmware emulation environment, providing the necessary runtime services and memory management to bridge the gap between diverse hardware configurations and operating system requirements. The project distinguishes itself through its ability to perform runtime kernel patching and system firmware modification, allowing for the injection of drivers and the manipulation of hardware tables during the

    Provides a persistent storage layer for system configuration data that survives reboots by mapping variables to non-volatile memory.

    Copencore
    عرض على GitHub↗14,750
  • myspaghetti/macos-virtualboxالصورة الرمزية لـ myspaghetti

    myspaghetti/macos-virtualbox

    13,535عرض على GitHub↗

    This is a virtualization tool designed to run macOS guest operating systems, such as Catalina, Mojave, and High Sierra, inside VirtualBox on Windows, Linux, or Mac hardware. It provides a system for deploying these operating systems on x86 CPUs using official installation files. The project includes specialized utilities to manage EFI and NVRAM settings, enabling the emulation of device serial numbers and board identifiers to allow connectivity for cloud services and messaging. It also features a configurator for adjusting CPUID profiles and display resolutions to ensure hardware compatibilit

    Provides mechanisms to inject serial numbers and board IDs into virtual NVRAM to bypass hardware identity checks.

    Shellbash-scriptmacosmacos-installer
    عرض على GitHub↗13,535
  • dortania/opencore-install-guideالصورة الرمزية لـ dortania

    dortania/OpenCore-Install-Guide

    4,212عرض على GitHub↗

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

    Implements mechanisms to bypass failed writes to non-volatile RAM, preventing installation stalls and boot loops.

    JavaScript
    عرض على GitHub↗4,212
  1. Home
  2. Operating Systems & Systems Programming
  3. NVRAM Variable Emulation Systems

استكشف الوسوم الفرعية

  • Write Recovery MechanismsProcedures to recover from or bypass failed writes to non-volatile RAM to prevent boot loops. **Distinct from NVRAM Variable Emulation Systems:** Focuses on recovering from write failures rather than just emulating the storage layer