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

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

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

sypstraw/rpi4-osdev

0
View on GitHub↗
3,754 星标·279 分支·C·CC0-1.0·8 次浏览www.rpi4os.com↗

Rpi4 Osdev

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 interfacing by writing to physical memory addresses and hardware registers. It also addresses embedded system booting through single-core boot sequencing and the management of processor states and memory stacks.

Features

  • Tutorials - Offers a comprehensive tutorial on developing a custom bare metal operating system for the Raspberry Pi 4.
  • Bare Metal Development - Provides a comprehensive tutorial and codebase for developing a custom bare-metal operating system from scratch.
  • Embedded Hardware Cross-Compilation - Utilizes a cross-compilation toolchain configured specifically for ARM64 embedded hardware targets.
  • Hardware Peripheral Control - Provides low-level control of system peripherals through direct physical memory address and register access.
  • Bare-Metal Runtimes - Provides a bare-metal runtime environment that executes code directly on Raspberry Pi 4 hardware without an underlying operating system.
  • Bare Metal Kernels - Provides a foundation for a custom kernel that interfaces directly with the Raspberry Pi 4 hardware.
  • Linker Script Layouts - Uses linker scripts to define the physical memory placement of code and data sections for correct boot sequence execution.
  • Linker Script Memory Layouts - Defines the mapping of object files to physical memory addresses using linker scripts.
  • Raspberry Pi Systems Programming - Focuses specifically on low-level systems programming and hardware interfacing for the Raspberry Pi 4 architecture.
  • Hardware Register Accessors - Enables direct interaction with hardware registers to control system peripherals and processor states.
  • Register-Level Controllers - Provides register-level control for high-precision manipulation of hardware peripherals via memory-mapped addresses.
  • Bootloader Binary Images - Implements a pipeline to transform compiled object files into raw binary images compatible with the Raspberry Pi 4 bootloader.
  • Build Systems - Implements a build system to transform source code into raw binary images via linker scripts for target hardware.
  • Embedded Boot Sequences - Defines memory addresses and linker scripts to ensure the Raspberry Pi 4 executes code correctly from the entry point.
  • Boot Sequencing Control - Implements single-core boot sequencing to prevent race conditions during the initial hardware startup phase.
  • Cross-Compilation Toolchains - Implements a build pipeline for generating binaries for target hardware from a different host system.
  • System Boot Initializers - Includes routines to initialize the processor and prepare memory stacks to establish a known functional state.
  • Cross Compilation Toolchains - Utilizes a set of host-based compilers and build tools specifically for targeting ARM64 processor architectures.
  • Binary Cross-Compilation - Transforms low-level source code into executable binaries for a different target architecture using a cross-compiler.

Star 历史

sypstraw/rpi4-osdev 的 Star 历史图表sypstraw/rpi4-osdev 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Rpi4 Osdev 的开源替代方案

相似的开源项目,按与 Rpi4 Osdev 的功能重合度排序。
  • cpq/bare-metal-programming-guidecpq 的头像

    cpq/bare-metal-programming-guide

    4,730在 GitHub 上查看↗

    This project provides educational resources and technical guides for microcontroller firmware development. It focuses on writing low-level C code that runs directly on hardware without an underlying operating system, covering the fundamentals of hardware registers, memory mapping, and system clocks. The guides detail the creation of hardware abstraction layers to wrap raw memory-mapped registers into structured interfaces and provide walkthroughs for integrating TCP/IP stacks and HTTP servers into bare-metal environments. It also outlines the implementation of embedded systems build pipelines

    C
    在 GitHub 上查看↗4,730
  • 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

    C
    在 GitHub 上查看↗3,757
  • rust-embedded/rust-raspberrypi-os-tutorialsrust-embedded 的头像

    rust-embedded/rust-raspberrypi-OS-tutorials

    14,682在 GitHub 上查看↗

    This project is an educational resource for developing bare-metal operating systems and kernels from scratch on Raspberry Pi hardware. It provides a structured guide to systems programming using the Rust language, focusing on the implementation of core kernel components that execute directly on ARM-based hardware without the support of an underlying operating system or standard library. The tutorials emphasize a modular architecture that separates hardware-independent kernel logic from processor-specific and board-specific configurations. By utilizing a hardware abstraction layer and distinct

    Rustaarch64arm64armv8
    在 GitHub 上查看↗14,682
  • s-matyukevich/raspberry-pi-oss-matyukevich 的头像

    s-matyukevich/raspberry-pi-os

    13,854在 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

    Carmarmv8assembler
    在 GitHub 上查看↗13,854
查看 Rpi4 Osdev 的所有 30 个替代方案→

常见问题解答

sypstraw/rpi4-osdev 是做什么的?

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.

sypstraw/rpi4-osdev 的主要功能有哪些?

sypstraw/rpi4-osdev 的主要功能包括:Tutorials, Bare Metal Development, Embedded Hardware Cross-Compilation, Hardware Peripheral Control, Bare-Metal Runtimes, Bare Metal Kernels, Linker Script Layouts, Linker Script Memory Layouts。

sypstraw/rpi4-osdev 有哪些开源替代品?

sypstraw/rpi4-osdev 的开源替代品包括: cpq/bare-metal-programming-guide — This project provides educational resources and technical guides for microcontroller firmware development. It focuses… babbleberry/rpi4-osdev — rpi4-osdev is a project for bare metal operating system development targeting the Raspberry Pi 4. It focuses on… rust-embedded/rust-raspberrypi-os-tutorials — This project is an educational resource for developing bare-metal operating systems and kernels from scratch on… s-matyukevich/raspberry-pi-os — This project is a bare-metal operating system developed for ARM64 architecture. It serves as a low-level… rust-embedded/rust-raspi3-os-tutorials — This project is a tutorial and framework for building a low-level, bare-metal operating system from scratch using the… nodemcu/nodemcu-firmware — This project is a Lua-based firmware environment for the ESP8266 WiFi chip, providing an embedded Lua interpreter and…