awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

4 repositorios

Awesome GitHub RepositoriesBootloader Compilation

The process of compiling the executable bootstrap from source code.

Distinct from Bootloader Update Managers: Focuses on the act of compiling the bootloader, not managing or updating existing bootloader configurations.

Explore 4 awesome GitHub repositories matching security & cryptography · Bootloader Compilation. Refine with filters or upvote what's useful.

Awesome Bootloader Compilation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • pyinstaller/pyinstallerAvatar de pyinstaller

    pyinstaller/pyinstaller

    13,019Ver en GitHub↗

    PyInstaller is a cross-platform binary packager and application freezer that bundles Python scripts and their dependencies into standalone executables. It allows programs to be distributed and run on target operating systems without requiring a local installation of the Python interpreter. The tool functions as a standalone executable bundler, packaging the application with all necessary modules and libraries into a single file or folder. It includes integration for digital binary signing to satisfy operating system security requirements for distributed software. The system utilizes static a

    Provides the ability to compile the executable bootloader from source code when precompiled versions are unavailable.

    Pythonbundlepackagepy2app
    Ver en GitHub↗13,019
  • raspberrypi/documentationAvatar de raspberrypi

    raspberrypi/documentation

    5,575Ver en GitHub↗

    This is the official documentation repository for Raspberry Pi hardware and software. It covers the complete range of Raspberry Pi single-board computers, the RP-series microcontrollers, and the Raspberry Pi operating system. The documentation provides reference material for setting up devices, configuring hardware, and using the system for tasks including AI inference, camera and video capture, embedded development, and remote access. The documentation covers the full boot chain from the GPU firmware and EEPROM bootloader through to kernel loading, with detailed guidance on boot configuratio

    Documents setting boot device order and enabling EEPROM write-protection.

    Pythonasciidocdocumentationraspberry-pi
    Ver en GitHub↗5,575
  • justsenger/exhypervAvatar de Justsenger

    Justsenger/ExHyperV

    4,285Ver en GitHub↗

    ExHyperV es un conjunto de herramientas administrativas diseñadas para gestionar configuraciones avanzadas de Hyper-V, centrándose específicamente en la partición de GPU, paso a través de dispositivos (device passthrough) y conmutadores de red virtual. Proporciona una interfaz gráfica para configurar los recursos de la máquina virtual y optimizar la configuración del hipervisor. El proyecto se distingue por su capacidad para compartir recursos de tarjetas gráficas físicas entre múltiples máquinas virtuales utilizando paravirtualización y partición. También proporciona utilidades especializadas para asignar dispositivos PCIe y periféricos USB directamente a las máquinas invitadas para un acceso exclusivo. El software cubre una amplia gama de capacidades de virtualización, incluyendo la optimización de la topología de CPU, fijación de procesador (processor pinning) y asignación de memoria. También incluye la gestión de redes virtuales a través de la configuración de VLAN y la administración de conmutadores virtuales, así como operaciones de almacenamiento como la gestión de puntos de control y la creación de ISO virtuales. El kit de herramientas permite la implementación de seguridad basada en hardware como el cifrado de memoria y enclaves Intel SGX, y admite la virtualización anidada mediante el paso a través de extensiones de virtualización de CPU.

    Hyper-V adjusts the priority of boot devices, such as disks and network adapters, for virtual machines.

    C#
    Ver en GitHub↗4,285
  • rogerclarkmelbourne/stm32duino-bootloaderAvatar de rogerclarkmelbourne

    rogerclarkmelbourne/STM32duino-bootloader

    1,071Ver en GitHub↗

    STM32duino-bootloader is a firmware bootloader and microcontroller firmware flasher designed for STM32 microcontrollers. Operating as a low-level startup routine, it initializes microcontroller peripherals, handles USB communication routines, and launches user applications upon system reset. This enables direct USB programming and application execution on the hardware without requiring external hardware programmers. The bootloader supports firmware updates by presenting the microcontroller as a USB storage device that accepts binary drag-and-drop file transfers. It writes incoming firmware by

    Configuring and compiling custom USB bootloaders that initialize microcontroller hardware and launch user applications upon system startup.

    C
    Ver en GitHub↗1,071
  1. Home
  2. Security & Cryptography
  3. Hardware Security
  4. Bootloader Management
  5. Bootloader Compilation

Explorar subetiquetas

  • Secure Boot EEPROM Configurations2 sub-etiquetasBootloaders stored in SPI EEPROM with secure boot via OTP-programmed public key hashes. **Distinct from Bootloader Compilation:** Distinct from Bootloader Compilation: focuses on EEPROM-based secure boot with OTP, not the compilation process.