awesome-repositories.com
Blog
MCP
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
·
jserv avatar

jserv/mini-arm-os

0
View on GitHub↗
1,240 stars·258 forks·C·9 vues

Mini Arm Os

Build a minimal multi-tasking OS kernel for ARM from scratch

Features

  • Containers and Virtualization - A minimal operating system for ARM architecture.
  • Infrastructure and Systems - A minimal operating system for ARM architecture.
  • Real-Time Operating Systems - Minimal multi-tasking OS kernel for ARM Cortex-M.
  • Operating Systems - Listed in the “Operating Systems” section of the Build Your Own X awesome list.
  • Operating Systems and Emulators - A minimal operating system for ARM architecture.

Historique des stars

Graphique de l'historique des stars pour jserv/mini-arm-osGraphique de l'historique des stars pour jserv/mini-arm-os

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 à Mini Arm Os

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Mini Arm Os.
  • cfenollosa/os-tutorialAvatar de cfenollosa

    cfenollosa/os-tutorial

    30,551Voir sur GitHub↗

    This project is an educational curriculum designed to teach the fundamentals of operating system development and low-level systems programming. It provides a structured sequence of lessons and code samples that guide users through building a functional kernel and bootloader from scratch, enabling a practical understanding of how software interacts directly with computer hardware. The repository distinguishes itself by focusing on the core mechanics of bare-metal execution. It covers the implementation of essential system components, including assembly-based bootloaders that transition process

    C
    Voir sur GitHub↗30,551
  • 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
  • fewbytes/rubber-dockerAvatar de Fewbytes

    Fewbytes/rubber-docker

    3,226Voir sur GitHub↗

    A workshop on Linux containers: Rebuild Docker from Scratch

    Python
    Voir sur GitHub↗3,226
  • azure-rtos/threadxAvatar de azure-rtos

    azure-rtos/threadx

    3,472Voir sur GitHub↗

    This advanced real-time operating system (RTOS) is designed specifically for deeply embedded applications. Among the multiple benefits it provides are advanced scheduling facilities, message passing, interrupt management, and messaging services. Eclipse ThreadX RTOS has many advanced features,…

    C
    Voir sur GitHub↗3,472
Voir les 30 alternatives à Mini Arm Os→

Questions fréquentes

Que fait jserv/mini-arm-os ?

Build a minimal multi-tasking OS kernel for ARM from scratch

Quelles sont les fonctionnalités principales de jserv/mini-arm-os ?

Les fonctionnalités principales de jserv/mini-arm-os sont : Containers and Virtualization, Infrastructure and Systems, Real-Time Operating Systems, Operating Systems, Operating Systems and Emulators.

Quelles sont les alternatives open-source à jserv/mini-arm-os ?

Les alternatives open-source à jserv/mini-arm-os incluent : cfenollosa/os-tutorial — This project is an educational curriculum designed to teach the fundamentals of operating system development and… s-matyukevich/raspberry-pi-os — This project is a bare-metal operating system developed for ARM64 architecture. It serves as a low-level… p8952/bocker — Bocker is a minimal container management tool written in Bash that implements core container functionality using Linux… azure-rtos/threadx — This advanced real-time operating system (RTOS) is designed specifically for deeply embedded applications. Among the… fewbytes/rubber-docker — A workshop on Linux containers: Rebuild Docker from Scratch. tock/tock — Tock is a secure embedded operating system and microcontroller kernel designed to isolate untrusted applications and…