Documentation/driver-api/firmware/index.rst GitHub 원문 ↗

Linux 6.18.37 · Driver API

Linux Firmware API

Firmware introduction, core, EFI, request, upload와 기타 interface 문서를 연결하는 index입니다.

Source pathDocumentation/driver-api/firmware/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

요약과 해설

index.rst:1-19

Linux Firmware API 문서군의 최상위 navigation page입니다. Core loading, EFI, request와 upload API를 한 index에서 연결하고 HTML subproject에는 general index도 제공합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 ==================
2 Linux Firmware API
3 ==================
4
5 .. toctree::
6
7 introduction
8 core
9 efi/index
10 request_firmware
11 fw_upload
12 other_interfaces
13
14 .. only:: subproject and html
15
16 Indices
17 =======
18
19 * :ref:`genindex`
20

3. 한국어 전문 번역

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

Linux Firmware API 문서 구성

1-13

문서 제목은 `Linux Firmware API`입니다.

이 `toctree`는 introduction, core, EFI, firmware request, firmware upload와 기타 interface 문서를 연결합니다.

.. toctree::

   introduction
   core
   efi/index
   request_firmware
   fw_upload
   other_interfaces

HTML subproject index

14-19

Subproject의 HTML output에서만 `Indices` 절과 `genindex` reference를 표시합니다.

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`