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

Linux 6.18.37 · Architecture

MIPS-specific Documentation

BMIPS boot, Ingenic TCU와 MIPS feature matrix를 연결하는 목차입니다.

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

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

1. 요약·해설

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

요약과 해설

index.rst:1-21

MIPS index는 boot protocol과 SoC timer/interrupt implementation을 함께 탐색하도록 구성됩니다.

MIPS documentation map
MIPS indexBMIPS bootingDT register contract
MIPS indexIngenic TCUClock/IRQ/timer/PWM/watchdog
MIPS indexFeature matrix

Boot contract와 SoC peripheral 설명으로 분기합니다.

2. 영어 원문 전체

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

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

3. 한국어 전문 번역

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

MIPS-specific documentation

1-6

GPL-2.0 MIPS architecture 문서의 최상위 index입니다.

번호 매김 목차

7-21

최대 깊이 2의 numbered toctree가 BMIPS boot, Ingenic TCU, feature matrix를 연결하며 HTML subproject에서는 general index를 제공합니다.

  • `booting`
  • `ingenic-tcu`
  • `features`

마지막 `genindex` reference는 전체 index로 연결됩니다.