awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
raspberrypi avatar

raspberrypi/linux

0
View on GitHub↗
12,543 stars·5,361 forks·C·other·17 views

Linux

This project is a monolithic operating system kernel designed to serve as the foundational software layer for diverse computing architectures and embedded platforms. It manages core system services, including processor scheduling, memory allocation, and hardware resource distribution, to facilitate communication between user applications and physical hardware.

The kernel utilizes a hardware abstraction layer and platform-specific device trees to ensure consistent operation across a wide variety of processors and specialized computing devices. It supports dynamic functionality through loadable kernel modules and employs interrupt-driven device management to handle peripheral data requests asynchronously.

The system provides comprehensive capabilities for managing hardware peripherals and system resources, ensuring stability through virtual memory paging and process isolation. It is specifically optimized for embedded systems development, providing the necessary low-level drivers and interfaces to bridge software requests with external sensors and displays.

Features

  • Operating System Kernels - Functions as a core operating system kernel managing hardware resources, scheduling, and drivers.
  • Monolithic Kernels - Operates as a monolithic kernel where core services and drivers share a single address space.
  • Embedded Kernels - Provides a foundational software layer for hardware abstraction and resource allocation on specialized devices.
  • Embedded Systems Development - Optimized for embedded systems development by managing low-level drivers and resources for specialized hardware.
  • Hardware Abstraction Layers - Provides a standardized interface to abstract hardware-specific implementations for consistent kernel operation.
  • Hardware Drivers - Provides low-level drivers to bridge software requests with external sensors and displays.
  • System Resource Management - Monitors and distributes physical hardware resources among competing processes to ensure system stability.
  • Hardware Resource Allocation - Allocates memory, processor cycles, and storage to maintain system performance and stability.
  • Device Tree Configurations - Uses structured device tree data to describe hardware topology and configuration at boot time.
  • Hardware Integration - Bridges high-level software requests with standardized communication protocols for external hardware components.
  • Dynamic Module Loaders - Enables dynamic insertion of binary code segments into the running kernel without requiring a reboot.
  • Hardware Architecture Support - Supports diverse physical processors through low-level kernel instructions and hardware-specific configurations.
  • Virtual Memory Management - Maps logical memory to physical locations to isolate processes and ensure system stability.
  • Cross-Platform Abstraction Layers - Ensures consistent operation across diverse architectures via standardized abstraction layers.
  • Interrupt Handlers - Handles peripheral data requests asynchronously through hardware-triggered processor context switches.

Star history

Star history chart for raspberrypi/linuxStar history chart for raspberrypi/linux

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Linux

Similar open-source projects, ranked by how many features they share with Linux.
  • torvalds/linuxtorvalds avatar

    torvalds/linux

    237,355View on GitHub↗

    The Linux kernel is a monolithic operating system core that manages hardware resources, memory, and process scheduling across diverse computing architectures. It provides a standardized, POSIX-compliant environment for application execution while maintaining a modular driver framework that allows for the dynamic loading and removal of hardware interfaces. The project is distinguished by its high-performance concurrency toolkit, which utilizes lockless synchronization primitives and read-copy-update mechanisms to manage shared data access in multi-core environments. It incorporates a comprehen

    C
    View on GitHub↗237,355
  • s-matyukevich/raspberry-pi-oss-matyukevich avatar

    s-matyukevich/raspberry-pi-os

    13,854View on 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
    View on GitHub↗13,854
  • mit-pdos/xv6-riscvmit-pdos avatar

    mit-pdos/xv6-riscv

    9,934View on GitHub↗

    xv6-riscv is a simplified Unix-like teaching operating system designed for the study of kernel design and hardware interaction. It provides a low-level RISC-V kernel implementation that serves as a bootable system image for execution and debugging within a virtual machine or emulator. The project focuses on educational instruction regarding the RISC-V architecture. It enables the study of operating system concepts through a minimal kernel that implements process management and memory handling. The system covers core kernel operations including multiprocessor resource management and the imple

    C
    View on GitHub↗9,934
  • rockchip-linux/kernelrockchip-linux avatar

    rockchip-linux/kernel

    1,367View on GitHub↗

    The Linux kernel source tree is core system software tailored specifically for Rockchip processor architectures and embedded hardware boards. It manages hardware resources, processor execution contexts, memory allocation, and process scheduling for custom computing platforms. The project provides low-level hardware abstraction, initialization routines, and a collection of kernel modules designed to control integrated silicon components, storage, and networking hardware. The codebase incorporates hierarchical data structures to describe physical board layouts, memory maps, and peripheral conne

    C
    View on GitHub↗1,367
See all 30 alternatives to Linux→

Frequently asked questions

What does raspberrypi/linux do?

This project is a monolithic operating system kernel designed to serve as the foundational software layer for diverse computing architectures and embedded platforms. It manages core system services, including processor scheduling, memory allocation, and hardware resource distribution, to facilitate communication between user applications and physical hardware.

What are the main features of raspberrypi/linux?

The main features of raspberrypi/linux are: Operating System Kernels, Monolithic Kernels, Embedded Kernels, Embedded Systems Development, Hardware Abstraction Layers, Hardware Drivers, System Resource Management, Hardware Resource Allocation.

What are some open-source alternatives to raspberrypi/linux?

Open-source alternatives to raspberrypi/linux include: torvalds/linux — The Linux kernel is a monolithic operating system core that manages hardware resources, memory, and process scheduling… s-matyukevich/raspberry-pi-os — This project is a bare-metal operating system developed for ARM64 architecture. It serves as a low-level… mit-pdos/xv6-riscv — xv6-riscv is a simplified Unix-like teaching operating system designed for the study of kernel design and hardware… rockchip-linux/kernel — The Linux kernel source tree is core system software tailored specifically for Rockchip processor architectures and… zephyrproject-rtos/zephyr — Zephyr is a real-time operating system and cross-platform embedded framework designed for resource-constrained… tinygo-org/tinygo — TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to…