awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesEmbedded Device Bootstrapping

The process of initializing hardware and loading an operating system kernel into memory to start an embedded device.

Distinct from Embedded Device Hardware Control: Focuses on the full sequence from power-on to kernel execution, rather than just hardware control or flashing.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Embedded Device Bootstrapping. Refine with filters or upvote what's useful.

Awesome Embedded Device Bootstrapping GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • u-boot/u-bootu-boot 的头像

    u-boot/u-boot

    5,093在 GitHub 上查看↗

    U-Boot 是一个嵌入式引导加载程序,用于初始化硬件组件并将操作系统内核加载到内存中。它作为一个硬件抽象层,提供对网络、存储和外设总线的标准化访问,同时还充当安全引导加载程序和固件更新接口。 该项目的特色在于实现了验证加密签名并与 TPM 模块交互以建立硬件信任根的安全引导序列。它进一步提供了通过 Fastboot 和 DFU 等标准化协议更新设备固件的专门功能,并充当设备树操作器,在操作系统启动前配置硬件参数。 该系统涵盖了广泛的底层操作,包括 CPU 和内存控制器初始化、硬件缓存管理以及独立应用程序的执行。它支持通过网络协议从服务器获取引导镜像和设备树来进行远程内核配置,并通过环境变量和命令脚本执行来管理系统行为。 构建过程包括用于引导镜像打包和硬件目标配置的工具,以确保与特定嵌入式设备的二进制兼容性。

    Initializes hardware components and loads the operating system kernel into memory to bootstrap embedded devices.

    C
    在 GitHub 上查看↗5,093
  • babbleberry/rpi4-osdevbabbleberry 的头像

    babbleberry/rpi4-osdev

    3,757在 GitHub 上查看↗

    rpi4-osdev is a project for bare metal operating system development targeting the Raspberry Pi 4. It focuses on creating a custom operating system that runs directly on the hardware without an underlying kernel or abstraction layer. The project provides a codebase and instructional guide for developing a low-level system from scratch. This process involves transitioning from early boot code to kernel execution on the ARM64 architecture. The technical scope covers embedded system bootstrapping and low-level hardware interfacing. This includes managing memory-mapped I/O, physical address mappi

    Implements the full sequence of initializing hardware and transitioning to a functional system kernel.

    C
    在 GitHub 上查看↗3,757
  1. Home
  2. Operating Systems & Systems Programming
  3. Embedded Device Bootstrapping