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

Linux 6.18.37 · Architecture

RISC-V Architecture

RISC-V architecture documentation의 최상위 문서 목록입니다.

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

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

1. 요약·해설

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

요약과 해설

index.rst:1-25

ACPI, boot, image header, virtual memory, hwprobe, patch policy, userspace ABI, Vector, CMODX와 feature matrix를 연결하는 RISC-V index입니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 ===================
2 RISC-V architecture
3 ===================
4
5 .. toctree::
6 :maxdepth: 1
7
8 acpi
9 boot
10 boot-image-header
11 vm-layout
12 hwprobe
13 patch-acceptance
14 uabi
15 vector
16 cmodx
17
18 features
19
20 .. only:: subproject and html
21
22 Indices
23 =======
24
25 * :ref:`genindex`
26

3. 한국어 전문 번역

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

RISC-V architecture

1-4

RISC-V architecture documentation의 최상위 index입니다.

문서 목록

5-18

Toctree의 최대 깊이는 1이며 다음 문서를 포함합니다.

  • `acpi`
  • `boot`
  • `boot-image-header`
  • `vm-layout`
  • `hwprobe`
  • `patch-acceptance`
  • `uabi`
  • `vector`
  • `cmodx`
  • `features`

HTML index

19-25

`subproject`와 HTML build에서는 `Indices` section에 `genindex` reference를 표시합니다.