← Documents Documentation/ABI/obsolete/sysfs-kernel-fadump_registered GitHub 원문 ↗

Linux 6.18.37 · ABI / obsolete

FADump registered obsolete ABI

user space가 FADump dump collection을 등록·해제하던 read/write 경로와 새 위치를 설명합니다.

Source pathDocumentation/ABI/obsolete/sysfs-kernel-fadump_registered
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

Dump collection 등록

sysfs-kernel-fadump_registered:1-10

1은 dump collection을 활성화하고 0은 비활성화하며 새 경로는 /sys/kernel/fadump/registered입니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 This ABI is renamed and moved to a new location /sys/kernel/fadump/registered.
2
3 What: /sys/kernel/fadump_registered
4 Date: Feb 2012
5 Contact: linuxppc-dev@lists.ozlabs.org
6 Description: read/write
7 Helps to control the dump collect feature from userspace.
8 Setting 1 to this file enables the system to collect the
9 dump and 0 to disable it.
10 User: Kdump service
11

3. 한국어 전문 번역

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

fadump_registered

1-10

이 ABI는 이름이 바뀌고 /sys/kernel/fadump/registered로 이동했다.

항목
What/sys/kernel/fadump_registered
Date2012년 2월
Contactlinuxppc-dev@lists.ozlabs.org
accessread/write
UserKdump service

user space에서 dump collection 기능을 제어한다. 1을 쓰면 system의 dump 수집을 활성화하고 0을 쓰면 비활성화한다.