awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesCPU Core Synchronization

Alignment of time stamp counters across processor cores to prevent system freezes.

Distinct from CPU Core Timing Offloading: None of the candidates cover TSC synchronization across cores to prevent kernel hangs.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · CPU Core Synchronization. Refine with filters or upvote what's useful.

Awesome CPU Core Synchronization GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • dortania/opencore-install-guideAvatar de dortania

    dortania/OpenCore-Install-Guide

    4,212Ver en GitHub↗

    Este proyecto es un manual técnico integral para instalar macOS en hardware x86 que no es de Apple utilizando el bootloader OpenCore. Sirve como una guía de configuración para emular hardware de Apple y parchear el firmware del sistema para lograr la compatibilidad del sistema operativo en PCs. La documentación proporciona instrucciones detalladas para la emulación de hardware SMBIOS, incluyendo la generación de identificadores de sistema y perfiles de modelo. Cubre la aplicación de parches de tablas ACPI para habilitar la gestión de energía nativa y la modificación de servicios de tiempo de ejecución UEFI para resolver problemas de mapa de memoria y protección contra escritura. El recurso detalla además la compatibilidad de hardware para componentes de red, gráficos y audio, así como la gestión de extensiones de kernel. Incluye orientación sobre la configuración del bootloader, la creación de instaladores arrancables y el uso de registros detallados (verbose) y kits de depuración para solucionar pánicos de kernel.

    Aligns the time stamp counter across processor cores to prevent system freezes during boot.

    JavaScript
    Ver en GitHub↗4,212
  • hyperdbg/hyperdbgAvatar de HyperDbg

    HyperDbg/HyperDbg

    3,885Ver en GitHub↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Prevents race conditions when accessing shared global variables across multiple processor cores by implementing spinlocks within custom scripts.

    Cbinary-analysisdebugdebugger
    Ver en GitHub↗3,885
  1. Home
  2. Operating Systems & Systems Programming
  3. CPU Core Synchronization

Explorar subetiquetas

  • Cross-Core Synchronization PrimitivesMechanisms for sharing global variables and state across multiple processor cores. **Distinct from CPU Core Synchronization:** Distinct from CPU Core Synchronization: focuses on data sharing and state tracking rather than TSC alignment.
  • Multi-Core Spinlock SynchronizersPrevents race conditions across processor cores using spinlocks. **Distinct from CPU Core Synchronization:** Distinct from CPU Core Synchronization: focuses on software-level spinlock implementation for variable access rather than hardware TSC alignment.