← Documents Documentation/ABI/testing/sysfs-firmware-log GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

Firmware log sysfs ABI

Firmware log가 존재할 때 그 내용을 read-only binary copy로 노출하는 단일 attribute입니다.

Source pathDocumentation/ABI/testing/sysfs-firmware-log
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

Optional binary log copy

sysfs-firmware-log:1-7

이 file은 log availability에 따라 존재하며 userspace는 binary data를 변경하지 않고 읽기만 합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/firmware/log
2 Date: February 2011
3 Contact: Mike Waychison <[email protected]>
4 Description:
5 The /sys/firmware/log is a binary file that represents a
6 read-only copy of the firmware's log if one is
7 available.
8

3. 한국어 전문 번역

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

Read-only firmware log

1-7
항목한국어 전문 번역
What/sys/firmware/log
Date2011년 2월
ContactMike Waychison <[email protected]>
DescriptionFirmware log를 사용할 수 있을 때 `/sys/firmware/log`는 그 log의 read-only copy를 나타내는 binary file입니다.
AccessRead-only binary file
Firmware log export
ConditionFormatAccess
Firmware log availableBinary copyRead-only

Availability, format와 mutability를 정리합니다.