Update and rename README to README.md

This commit is contained in:
Igor 2025-07-18 10:04:25 +02:00
parent d91913c483
commit 77c2e6a020
2 changed files with 16 additions and 18 deletions

18
README
View file

@ -1,18 +0,0 @@
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.

16
README.md Normal file
View file

@ -0,0 +1,16 @@
<h2 align="center">
<img src="https://raw.githubusercontent.com/armbian/.github/master/profile/logo.png" alt="Armbian logo" width="25%">
<br><br>
</h2>
### Purpose of This Repository
This repository contains a **customized version of the Linux kernel**, maintained by the **Armbian team**, with specific adaptations for **Rockchip SoCs** (System-on-Chips) used in a wide range of ARM-based single board computers.
It serves as the base for:
- **Kernel development and maintenance** for Armbian-supported devices.
- **Hardware enablement**, performance tuning, and stability patches specific to Rockchip-based platforms.
- **Integration with the Armbian build framework** to produce ready-to-use OS images.
This repository is intended for developers, testers, and contributors working with the Armbian project and the broader Rockchip ARM ecosystem.