요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /proc/i8k
2
Date: November 2001
3
KernelVersion: 2.4.14
4
Contact: Pali Rohár <pali@kernel.org>
5
Description: Legacy interface for getting/setting sensor information like
6
fan speed, temperature, serial number, hotkey status etc
7
on Dell Laptops.
8
Since the driver is now using the standard hwmon sysfs interface,
9
the procfs interface is deprecated.
10
Users: https://github.com/vitorafsr/i8kutils
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
/proc/i8k ABI
1-10| 항목 | 값 |
|---|---|
| What | /proc/i8k |
| Date | 2001년 11월 |
| KernelVersion | 2.4.14 |
| Contact | Pali Rohár <pali@kernel.org> |
| Users | https://github.com/vitorafsr/i8kutils |
Dell laptop에서 fan speed, temperature, serial number, hotkey 상태 같은 sensor 정보를 가져오거나 설정하기 위한 legacy interface다.
driver가 이제 표준 hwmon sysfs interface를 사용하므로 이 procfs interface는 deprecated 상태다.
Legacy procfs sensor interface
procfs-i8k:1-10fan speed, temperature, serial number, hotkey 상태 등을 다루던 Dell laptop 전용 procfs ABI입니다. driver가 표준 hwmon sysfs를 사용하게 되면서 deprecated 상태가 되었습니다.