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

Linux 6.18.37 · Architecture

ARC architecture

ARC processor 안내와 feature 지원 표로 연결하는 architecture 문서 색인입니다.

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

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

1. 요약·해설

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

요약과 해설

index.rst:1-17
  • `arc`는 processor 구성과 build 절차를 설명합니다.
  • `features`는 ARC의 공통 kernel feature 지원 상태를 보여 줍니다.
  • HTML subproject에서는 `genindex`를 제공합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 ===================
2 ARC architecture
3 ===================
4
5 .. toctree::
6 :maxdepth: 1
7
8 arc
9
10 features
11
12 .. only:: subproject and html
13
14 Indices
15 =======
16
17 * :ref:`genindex`
18

3. 한국어 전문 번역

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

ARC architecture

1-17

ARC architecture 문서 묶음의 색인입니다. 한 단계 깊이의 toctree에 ARC Linux 안내와 architecture feature 표를 싣고, HTML subproject build에서는 일반 색인 `genindex` 링크를 추가합니다.

.. toctree::
    :maxdepth: 1

    arc

    features

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`