awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
raspberrypi avatar

raspberrypi/linux

0
View on GitHub↗
12,543 estrellas·5,361 forks·C·other·6 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de raspberrypi/linuxGráfico del historial de estrellas de raspberrypi/linux

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Linux

Proyectos open-source similares, clasificados según cuántas características comparten con Linux.
  • torvalds/linuxAvatar de torvalds

    torvalds/linux

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

    s-matyukevich/raspberry-pi-os

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

    mit-pdos/xv6-riscv

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

    zephyrproject-rtos/zephyr

    15,627Ver en 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
    Ver en GitHub↗15,627
Ver las 30 alternativas a Linux→

Preguntas frecuentes

¿Qué hace 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.

¿Cuáles son las características principales de raspberrypi/linux?

Las características principales de raspberrypi/linux son: Operating System Kernels, Monolithic Kernels, Embedded Kernels, Embedded Systems Development, Hardware Abstraction Layers, Hardware Drivers, System Resource Management, Hardware Resource Allocation.

¿Qué alternativas de código abierto existen para raspberrypi/linux?

Las alternativas de código abierto para raspberrypi/linux incluyen: 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…