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

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

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

1 个仓库

Awesome GitHub RepositoriesTutorials

Educational guides and step-by-step instructions for platform-specific systems programming.

Distinct from Raspberry Pi Systems Programming: Focuses on the educational and instructional delivery of systems programming rather than just the implementation of drivers or low-level code.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Tutorials. Refine with filters or upvote what's useful.

Awesome Tutorials GitHub Repositories

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

    sypstraw/rpi4-osdev

    3,754在 GitHub 上查看↗

    This project is a tutorial for developing a custom bare metal operating system specifically for the Raspberry Pi 4. It provides the guidance and resources necessary to write software that interacts directly with hardware without the use of a pre-existing kernel. The project centers on an ARM64 cross-compilation toolchain and a build pipeline that transforms source code into raw binary images. It utilizes linker scripts to define physical memory addresses and section placements, ensuring the resulting binary loads at the correct hardware entry point. The codebase covers direct hardware interf

    Offers a comprehensive tutorial on developing a custom bare metal operating system for the Raspberry Pi 4.

    C
    在 GitHub 上查看↗3,754
  1. Home
  2. Operating Systems & Systems Programming
  3. Raspberry Pi Systems Programming
  4. Tutorials