← Documents Documentation/arch/loongarch/index.rst GitHub 원문 ↗

Linux 6.18.37 · Architecture

LoongArch Architecture

LoongArch introduction, booting, IRQ hierarchy, feature matrix를 연결하는 번호 매김 목차입니다.

Source pathDocumentation/arch/loongarch/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약과 해설

index.rst:1-22

LoongArch architecture guide의 네 핵심 문서와 HTML general index를 한 곳에서 탐색하게 합니다.

LoongArch 문서 흐름
IntroductionRegister/ISA/VMBootingIRQ chip modelFeature matrix

Architecture 이해에서 platform bring-up까지의 권장 순서입니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ======================
4 LoongArch Architecture
5 ======================
6
7 .. toctree::
8 :maxdepth: 2
9 :numbered:
10
11 introduction
12 booting
13 irq-chip-model
14
15 features
16
17 .. only:: subproject and html
18
19 Indices
20 =======
21
22 * :ref:`genindex`
23

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

LoongArch 문서 목차

1-16

LoongArch Architecture toctree는 `maxdepth: 2`, `numbered`로 다음 문서를 원문 순서대로 포함합니다.

  • `introduction`
  • `booting`
  • `irq-chip-model`
  • `features`

HTML index

17-22

`subproject and html` build에서는 `Indices` 절에 `genindex` reference를 추가합니다.