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

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

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

2 مستودعات

Awesome GitHub RepositoriesConsole Video Configurations

Settings for adjusting the resolution and display modes of the system console.

Distinct from Console Hardware Virtualization: None of the candidates cover hardware-level video mode configuration for a system console; they focus on virtualization or debugging.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Console Video Configurations. Refine with filters or upvote what's useful.

Awesome Console Video Configurations GitHub Repositories

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

    freebsd/freebsd-src

    9,162عرض على GitHub↗

    This repository contains the complete source code for a Unix-like operating system, including the monolithic kernel and base system utilities. It provides a BSD-derived system core and a full build toolchain required to compile a functional operating system for servers, desktops, or embedded devices. The system features a Linux binary compatibility layer that enables the execution and emulation of Linux binaries on a non-Linux platform. It also includes a modular kernel configuration process to tailor hardware support and system features during compilation. The project covers broad system ca

    Provides tools to adjust the system console resolution and video mode to match specific hardware capabilities.

    C
    عرض على GitHub↗9,162
  • cloverhackycolor/cloverbootloaderالصورة الرمزية لـ CloverHackyColor

    CloverHackyColor/CloverBootloader

    5,053عرض على GitHub↗

    CloverBootloader is a UEFI-compliant boot loader designed to initialize hardware and launch multiple operating systems across various platforms. Its primary purpose is to enable the booting of operating systems on unsupported hardware through system identity spoofing and hardware emulation. The project specializes in hardware compatibility patching by modifying ACPI tables, faking hardware IDs, and patching binary kernels or extensions in memory during the boot process. It provides capabilities to inject kernel extensions and spoof system parameters, such as product names and serial numbers,

    Loads custom video ROMs and patches memory to enable higher screen resolutions during the boot process.

    C
    عرض على GitHub↗5,053
  1. Home
  2. Operating Systems & Systems Programming
  3. Console Video Configurations

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

  • VBIOS ConfigurationConfiguration of video BIOS and ROMs to enable specific display modes during the pre-boot sequence. **Distinct from Console Video Configurations:** Targets the VBIOS ROM level rather than the OS system console settings.