加载中
正在获取最新内容,请稍候...
正在获取最新内容,请稍候...
Official kernel source tree for Raspberry Pi-provided kernel builds. This repository is primarily for issues related to the Linux kernel itself. For other issues, please use the community forum at https://forums.raspberrypi.com/
This repository is the authoritative source tree for the Linux kernel versions built and distributed by the Raspberry Pi Foundation for their range of single-board computers.
Provides a central, version-controlled source for the specific Linux kernel binaries and modules used in official Raspberry Pi OS distributions, allowing developers to build custom kernels, debug issues, and contribute to the project.
Contains the full, unmodified source code for various kernel versions maintained by the Raspberry Pi Foundation.
Includes specific drivers, patches, and configurations tailored for Raspberry Pi hardware (processors, peripherals).
Follows and integrates relevant updates and bug fixes from the upstream Linux kernel project.
The source tree is essential for various advanced use cases involving direct interaction with or modification of the Raspberry Pi's operating system kernel:
Compile the kernel with specific options enabled or disabled to meet the requirements of a specialized embedded system.
Reduces kernel size, enables specific hardware features, or optimizes performance for a particular application.
Develop and test loadable kernel modules or device drivers for new hardware peripherals connected to a Raspberry Pi.
Extends the capabilities of the Raspberry Pi to support novel hardware not natively included in standard distributions.
You might be interested in these projects
Lighthouse is a leading open-source Ethereum consensus client developed in Rust, focused on performance, security, and usability. It is essential for participating in Ethereum's Proof-of-Stake network, including staking and validating.
Dioxus is a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust. Target web, desktop, mobile, and more from a single codebase.
Fish is a smart and user-friendly command line shell designed for modern users. It features syntax highlighting, autosuggestion, and tab completion out of the box, making the command line experience more intuitive and efficient for developers and system administrators.