awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
MiCode avatar

MiCode/Xiaomi_Kernel_OpenSource

0
View on GitHub↗
9,683 نجوم·3,725 تفرعات·5 مشاهدات

Xiaomi Kernel OpenSource

This repository provides the Android device kernel and the corresponding Linux kernel source tree. It serves as the foundational codebase for managing the hardware architecture and power management of mobile devices.

The project includes a comprehensive mobile hardware driver set designed to manage device-specific components, such as CPUs, GPUs, and cellular modems.

The source code supports activities including Android kernel customization, custom ROM development, Linux kernel auditing, and mobile driver development.

Features

  • Android Device Kernels - Provides the foundational specialized Linux kernel for mobile hardware architecture and power management.
  • Linux Kernel Development - Provides the full Linux kernel source tree for mobile hardware development.
  • Android Kernels - Provides the source code and baseline for customizing the Android device kernel.
  • Hardware Drivers - Ships a complete set of low-level drivers for managing mobile device components.
  • Mobile Device Drivers - Includes a comprehensive set of drivers for mobile-specific hardware such as CPUs, GPUs, and cellular modems.
  • Operating System Kernels - Provides the complete source code for the operating system kernel.
  • Custom ROMs - Supplies the essential kernel source required to build independent mobile operating system versions.

سجل النجوم

مخطط تاريخ النجوم لـ micode/xiaomi_kernel_opensourceمخطط تاريخ النجوم لـ micode/xiaomi_kernel_opensource

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Xiaomi Kernel OpenSource

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Xiaomi Kernel OpenSource.
  • fishinabarrel/linux-kernel-module-rustالصورة الرمزية لـ fishinabarrel

    fishinabarrel/linux-kernel-module-rust

    1,340عرض على GitHub↗

    This project provides a development framework for writing loadable Linux kernel modules using the Rust programming language. It establishes a methodology for safe systems programming by enforcing memory and thread safety within the restricted execution environment of the kernel, allowing developers to extend operating system functionality while preventing common memory corruption errors. The framework distinguishes itself through automated generation of type-safe foreign function interfaces, which bridge high-level code with low-level kernel headers and system structures. It maps high-level s

    Rust
    عرض على GitHub↗1,340
  • openbsd/srcالصورة الرمزية لـ openbsd

    openbsd/src

    3,808عرض على GitHub↗

    This repository contains the complete source code for the OpenBSD operating system and its base utilities. It is a Unix-like operating system focused on a secure, portable, and multi-user environment, featuring a C-based system kernel that manages hardware resources and provides essential services. The project provides a source-based system construction model to compile the core kernel and base utilities from raw files. It includes a cross-compilation toolchain for generating the tools and headers necessary to build binaries for target architectures different from the host machine. The codeb

    Copenbsd
    عرض على GitHub↗3,808
  • cfenollosa/os-tutorialالصورة الرمزية لـ cfenollosa

    cfenollosa/os-tutorial

    30,551عرض على 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
    عرض على GitHub↗30,551
  • torvalds/linuxالصورة الرمزية لـ torvalds

    torvalds/linux

    237,355عرض على 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
    عرض على GitHub↗237,355
عرض جميع البدائل الـ 30 لـ Xiaomi Kernel OpenSource→

الأسئلة الشائعة

ما هي وظيفة micode/xiaomi_kernel_opensource؟

This repository provides the Android device kernel and the corresponding Linux kernel source tree. It serves as the foundational codebase for managing the hardware architecture and power management of mobile devices.

ما هي الميزات الرئيسية لـ micode/xiaomi_kernel_opensource؟

الميزات الرئيسية لـ micode/xiaomi_kernel_opensource هي: Android Device Kernels, Linux Kernel Development, Android Kernels, Hardware Drivers, Mobile Device Drivers, Operating System Kernels, Custom ROMs.

ما هي البدائل مفتوحة المصدر لـ micode/xiaomi_kernel_opensource؟

تشمل البدائل مفتوحة المصدر لـ micode/xiaomi_kernel_opensource: openbsd/src — This repository contains the complete source code for the OpenBSD operating system and its base utilities. It is a… fishinabarrel/linux-kernel-module-rust — This project provides a development framework for writing loadable Linux kernel modules using the Rust programming… cfenollosa/os-tutorial — This project is an educational curriculum designed to teach the fundamentals of operating system development and… torvalds/linux — The Linux kernel is a monolithic operating system core that manages hardware resources, memory, and process scheduling… apple-oss-distributions/xnu — XNU is an operating system kernel designed to manage system hardware and process execution across different processor… balloonwj/cppguide — CppGuide is a curated collection of educational resources and practical guides focused on C++ server development,…