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
·

3 repositorios

Awesome GitHub RepositoriesKernel Panic Handlers

Low-level routines that halt system execution and provide diagnostic output during unrecoverable kernel failures.

Distinct from Panic Propagation: Closest candidates focus on application-level panic propagation or test assertions rather than kernel-level system halts.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Kernel Panic Handlers. Refine with filters or upvote what's useful.

Awesome Kernel Panic Handlers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mit-pdos/xv6-publicAvatar de mit-pdos

    mit-pdos/xv6-public

    9,466Ver en GitHub↗

    xv6 is a Unix-like educational operating system designed for teaching kernel concepts. It is implemented as an instructional kernel for x86 and RISC-V architectures, featuring a virtual memory manager and support for symmetric multiprocessing. The system is designed to demonstrate core OS principles through a simplified re-implementation of Unix Version 6. It provides a controlled environment for studying system calls, trap handling, and process lifecycles. Its capability surface covers process management, including scheduling and context switching, and memory management via page tables for

    Provides a kernel panic mechanism that halts the CPU and prints a diagnostic call stack upon critical failure.

    C
    Ver en GitHub↗9,466
  • 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.

    Implements strategies to prevent automatic reboots and capture diagnostic output during unrecoverable kernel failures.

    JavaScript
    Ver en GitHub↗4,212
  • microsoft/windows-drivers-rsAvatar de microsoft

    microsoft/windows-drivers-rs

    1,882Ver en GitHub↗

    This project provides a framework and toolset for developing memory-safe kernel-mode and user-mode drivers for the Windows operating system. It enables developers to build drivers using safe programming patterns that prevent common memory errors and system crashes, while providing the necessary infrastructure to interface with low-level hardware and system APIs. The framework distinguishes itself by offering procedural macros and binding generation tools that translate complex C-style system headers into idiomatic, type-safe code. It includes a custom global allocator designed for the strict

    Implements runtime hooks for panic handling to maintain system stability and prevent crashes during unexpected failures.

    Rustdriversrustrust-lang
    Ver en GitHub↗1,882
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Panic Handlers

Explorar subetiquetas

  • Kernel Panic ResolutionDiagnosing and resolving boot-time kernel crashes through the adjustment of loader quirks and memory maps. **Distinct from Kernel Panic Handlers:** Distinct from Kernel Panic Handlers: focuses on the diagnosis and fix (resolution) rather than the low-level handler routine.