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éesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·6 vues

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.

Historique des stars

Graphique de l'historique des stars pour raspberrypi/linuxGraphique de l'historique des stars pour raspberrypi/linux

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Linux

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Linux.
  • torvalds/linuxAvatar de torvalds

    torvalds/linux

    237,355Voir sur 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
    Voir sur GitHub↗237,355
  • s-matyukevich/raspberry-pi-osAvatar de s-matyukevich

    s-matyukevich/raspberry-pi-os

    13,854Voir sur 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
    Voir sur GitHub↗13,854
  • mit-pdos/xv6-riscvAvatar de mit-pdos

    mit-pdos/xv6-riscv

    9,934Voir sur 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
    Voir sur GitHub↗9,934
  • zephyrproject-rtos/zephyrAvatar de zephyrproject-rtos

    zephyrproject-rtos/zephyr

    15,627Voir sur GitHub↗

    Zephyr is a real-time operating system and cross-platform embedded framework designed for resource-constrained hardware architectures. It provides an embedded kernel that manages memory, power consumption, and hardware peripherals across multiple microcontroller architectures. The project utilizes a hardware abstraction layer to decouple high-level kernel services from physical hardware through standardized driver interfaces. It employs a device tree hardware description format and a hierarchical configuration system to optimize binaries and feature sets for specific hardware constraints. Th

    C
    Voir sur GitHub↗15,627
Voir les 30 alternatives à Linux→

Questions fréquentes

Que fait raspberrypi/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.

Quelles sont les fonctionnalités principales de raspberrypi/linux ?

Les fonctionnalités principales de raspberrypi/linux sont : Operating System Kernels, Monolithic Kernels, Embedded Kernels, Embedded Systems Development, Hardware Abstraction Layers, Hardware Drivers, System Resource Management, Hardware Resource Allocation.

Quelles sont les alternatives open-source à raspberrypi/linux ?

Les alternatives open-source à raspberrypi/linux incluent : 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… 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… hybridgroup/gobot — Gobot is a robotics framework for the Go programming language designed for developing robotics, drones, and IoT…