← Documents Documentation/staging/index.rst GitHub 원문 ↗

Linux 6.18.37 · Staging

정렬되지 않은 staging 문서

CRC32, LZO, magic number, remoteproc, RPMsg, speculation, static keys, XZ를 연결하는 정렬되지 않은 staging 문서 목차입니다.

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

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

1. 요약·해설

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

요약·해설

index.rst:1-16

CRC32, LZO, magic number, remoteproc, RPMsg, speculation, static keys, XZ를 연결하는 정렬되지 않은 staging 문서 목차입니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 Unsorted Documentation
4 ======================
5
6 .. toctree::
7 :maxdepth: 2
8
9 crc32
10 lzo
11 magic-number
12 remoteproc
13 rpmsg
14 speculation
15 static-keys
16 xz
17

3. 한국어 전문 번역

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

Staging 문서 목차

1-16

이 페이지는 아직 상위 주제별로 정리되지 않은 staging 문서의 목차다. GPL-2.0 SPDX identifier를 사용하며 최대 두 단계 깊이로 여덟 문서를 연결한다.

Staging 문서 목록
문서주제
crc32CRC 계산 원리와 software 최적화
lzoLZO1X 압축·압축 해제
magic-numberKernel structure magic number
remoteprocRemote processor framework
rpmsgRemote processor messaging
speculationSpeculative execution 관리
static-keysJump label 기반 static key
xzXZ embedded 압축 해제

toctree의 문서와 핵심 주제다.

.. SPDX-License-Identifier: GPL-2.0

Unsorted Documentation
======================

.. toctree::
   :maxdepth: 2

   crc32
   lzo
   magic-number
   remoteproc
   rpmsg
   speculation
   static-keys
   xz