요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
.. SPDX-License-Identifier: GPL-2.0
3
.. include:: <isonum.txt>
5
===================================================
6
Intel(R) Management Engine Interface (Intel(R) MEI)
7
===================================================
9
**Copyright** |copy| 2019 Intel Corporation
12
.. toctree::
13
:caption: Table of Contents
14
:maxdepth: 3
16
mei
17
mei-client-bus
18
iamt
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Intel Management Engine Interface 문서
1-18이 `GPL-2.0` 문서는 Intel Management Engine Interface driver API 문서의 상위 목차이며 2019 Intel Corporation 저작권 표기를 포함합니다.
목차는 MEI character interface, MEI client bus와 Intel AMT 문서를 연결합니다.
문서내용
`mei`Host application용 MEI character interface
`mei-client-bus`Kernel MEI client driver bus
`iamt`Intel AMT와 OS Health Watchdog
.. SPDX-License-Identifier: GPL-2.0
.. include:: <isonum.txt>
===================================================
Intel(R) Management Engine Interface (Intel(R) MEI)
===================================================
**Copyright** |copy| 2019 Intel Corporation
.. toctree::
:caption: Table of Contents
:maxdepth: 3
mei
mei-client-bus
iamt
요약과 해설
index.rst:1-18MEI character interface, client bus와 Intel AMT 문서의 상위 목차입니다.