요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
.. SPDX-License-Identifier: GPL-2.0
3
CPU Architectures
4
=================
6
These books provide programming details about architecture-specific
7
implementation.
9
.. toctree::
10
:maxdepth: 2
12
arc/index
13
arm/index
14
arm64/index
15
loongarch/index
16
m68k/index
17
mips/index
18
nios2/index
19
openrisc/index
20
parisc/index
21
powerpc/index
22
riscv/index
23
s390/index
24
sh/index
25
sparc/index
26
x86/index
27
xtensa/index
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
CPU architecture 문서
1-8SPDX-License-Identifier: GPL-2.0. 이 문서들은 architecture-specific implementation의 programming 세부 사항을 제공합니다.
Architecture 목차
9-27Toctree의 `maxdepth`는 2이며 다음 architecture book을 원문 순서대로 포함합니다.
- `arc/index`
- `arm/index`
- `arm64/index`
- `loongarch/index`
- `m68k/index`
- `mips/index`
- `nios2/index`
- `openrisc/index`
- `parisc/index`
- `powerpc/index`
- `riscv/index`
- `s390/index`
- `sh/index`
- `sparc/index`
- `x86/index`
- `xtensa/index`
요약과 해설
index.rst:1-27Architecture 문서의 공통 진입점으로 ARC부터 Xtensa까지 각 CPU family의 implementation guide를 연결합니다.
Toctree 항목을 주요 계열로 묶어 보여 줍니다.