awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesKernel Image Linking

The process of combining object files into a final kernel executable image using linker scripts.

Distinct from Binary Linking Interfaces: Distinct from Binary Linking Interfaces: focuses on the creation of the final monolithic kernel image rather than library interfaces.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Kernel Image Linking. Refine with filters or upvote what's useful.

Awesome Kernel Image Linking GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • s-matyukevich/raspberry-pi-osAvatar de s-matyukevich

    s-matyukevich/raspberry-pi-os

    13,854Voir sur GitHub↗

    This project is a bare-metal operating system developed for ARM64 architecture. It serves as a low-level implementation of kernel engineering, focusing on the fundamental construction of an OS from the hardware level up. The system is distinguished by its comprehensive approach to ARM64 processor control, featuring a red-black tree task scheduler and a hierarchical page table system for virtual memory management. It implements a sophisticated privilege model that handles transitions between kernel and user modes, ensuring process isolation through address space splitting and exception level m

    Combines object files into a final kernel image using thin archives and a specific linker script.

    Carmarmv8assembler
    Voir sur GitHub↗13,854
  • includeos/includeosAvatar de includeos

    includeos/IncludeOS

    5,239Voir sur GitHub↗

    IncludeOS est un système d'exploitation unikernel qui regroupe le code applicatif avec uniquement les pilotes noyau nécessaires dans une image amorçable unique. Il fonctionne comme une machine virtuelle cloud économe en ressources et un environnement d'exécution serverless léger, conçu pour minimiser l'empreinte mémoire et les temps de démarrage. Le projet fournit une couche de compatibilité Linux via une bibliothèque C, permettant aux applications écrites pour Linux d'être compilées et exécutées dans l'environnement unikernel. Il sert également de framework d'appliance réseau pour construire des pare-feux et des répartiteurs de charge haute performance en utilisant des piles TCP/IP configurables. Ses capacités incluent la création d'images machine minimales pour un déploiement sur des hyperviseurs tels que KVM, Qemu et VMware, ainsi que le durcissement de périphériques IoT embarqués en empêchant toute reconfiguration à l'exécution. Le système prend en charge un démarrage rapide des services pour optimiser les démarrages à froid serverless et utilise une planification non préemptive pour maintenir une latence prévisible.

    Combines application code and minimal operating system functions into a single bootable binary during the final linking phase.

    C++cppoperating-systemunikernel
    Voir sur GitHub↗5,239
  • mit-lcp/mimic-codeAvatar de MIT-LCP

    MIT-LCP/mimic-code

    3,135Voir sur GitHub↗

    mimic-code is a clinical data analysis framework and toolset for processing deidentified electronic health records and intensive care unit data. It provides a healthcare SQL query library and a processing tool to transform raw health records into formats suitable for longitudinal analysis and machine learning. The project features a medical research notebook environment that integrates with cloud-hosted datasets, allowing for remote querying and analysis. It includes a DICOM imaging pipeline to retrieve chest radiographs and link medical imaging with structured clinical metadata. The framewo

    Connects radiological imaging data to patient stays using a consistent subject identifier.

    Jupyter Notebookcritical-careicumimic-iii
    Voir sur GitHub↗3,135
  1. Home
  2. Software Engineering & Architecture
  3. Kernel Image Linking

Explorer les sous-tags

  • Imaging-to-Patient LinkingLinking radiological image data to patient identifiers for longitudinal analysis. **Distinct from Kernel Image Linking:** Focuses on medical imaging linking, whereas Kernel Image Linking refers to software binary linking.