awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesBootable Disk Image Toolchains

Build systems and toolchains that convert source code into bootloader-compatible binary images for hardware execution.

Distinct from Disk Image Bootloaders: Distinct from Disk Image Bootloaders [f0_mt1] which are the bootloader software itself; this refers to the toolchain that creates the image.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Bootable Disk Image Toolchains. Refine with filters or upvote what's useful.

Awesome Bootable Disk Image Toolchains GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • phil-opp/blog_osphil-opp का अवतार

    phil-opp/blog_os

    17,518GitHub पर देखें↗

    This project is a freestanding kernel written in Rust that boots on x86 hardware without a standard library. It serves as a low-level system implementation focusing on the creation of a bare metal operating system. The system implements a bootable disk image toolchain that transforms source code into binaries compatible with a bootloader. It features a custom memory allocator for dynamic memory management and an x86 kernel implementation that includes paging, interrupt handling, and VGA text mode. The project covers several core capability areas, including low-level memory management through

    Provides a build toolchain that transforms Rust source code into binaries compatible with a bootloader for physical or emulated hardware.

    HTMLkerneloperating-systemrust
    GitHub पर देखें↗17,518
  • mit-pdos/xv6-publicmit-pdos का अवतार

    mit-pdos/xv6-public

    9,466GitHub पर देखें↗

    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 build toolchain using a cross-compiler to convert source code into a bootable disk image.

    C
    GitHub पर देखें↗9,466
  • techunrestricted/windiskwriterTechUnRestricted का अवतार

    TechUnRestricted/WinDiskWriter

    4,369GitHub पर देखें↗

    WinDiskWriter is a specialized utility for creating bootable Windows installation media from a macOS environment. It writes operating system images to USB drives while providing support for both UEFI and Legacy BIOS boot interfaces. The tool includes a file splitter to divide installation files larger than four gigabytes, ensuring compatibility with FAT32 formatted boot drives. It also provides a hardware bypass utility that modifies Windows 11 installers to remove TPM 2.0 and Secure Boot requirements. The software manages low-level disk image writing and bootloader integration. It handles s

    Provides a toolchain to write operating system images directly to USB devices for creating bootable installation media.

    Cappkitbootable-usbcocoa
    GitHub पर देखें↗4,369
  • ophub/fnnasophub का अवतार

    ophub/fnnas

    2,661GitHub पर देखें↗

    fnnas is a Debian-based network attached storage operating system and deployment framework designed to transform x86 and Arm64 hardware into private storage servers. It provides a custom operating system image builder and a kernel compilation tool for building and packaging specific kernels and device tree blobs for various hardware platforms. The project includes a hardware-specific deployer that maps device models to required bootloaders and kernel tags. It features an eMMC backup and recovery tool to save factory system images from internal storage and restore them to revert system changes

    Provides a toolchain for converting kernel source and device trees into bootable binary images for hardware execution.

    Shella311dallwinneramlogic
    GitHub पर देखें↗2,661
  1. Home
  2. Operating Systems & Systems Programming
  3. Bootable Disk Image Toolchains