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éesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • sypstraw/rpi4-osdevAvatar de sypstraw

    sypstraw/rpi4-osdev

    3,754Voir sur 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
    Voir sur GitHub↗3,754
  1. Home
  2. Operating Systems & Systems Programming
  3. Raspberry Pi Systems Programming
  4. Tutorials