티스토리 뷰
00-INDEX
ABI/ - Kernel과 Userspace 사이의 ABI, 관련 인터페이스 안전성에 관한 정보
BUG-HUNTING - brute force method of doing binary search of patches to find bug.
이진탐색으로 버그서치
Changes - list of changes that break older software packages
- 이전 소프트웨어 패키지와의 호환성을 깨뜨리는 변경 사항 목록.
CodingStyle - how the maintainers expect the C code in the kernel to look
C 코드 스타일 가이드
DMA-API - DMA API, pci_ API & extensions for non-consistent memory machines.
Direct Memory Access DMA(직접 메모리 접근)는 CPU를 거치지 않고 I/O 장치가 메모리에 직접 데이터를 읽고 쓰도록 하는 기술이라고 한다
PCI는 Peripheral Component Interconnect Bus .
DMA-API-HOWTO - Dynamic DMA mapping Guide
동적 DMA 매핑 가이드
DMA-ISA-LPC.txt - How to do DMA with ISA (and LPC) devices.
DMA-attributes.txt -DMA 영역이 가질 수 있는 다양한 attributes
'공부한거 > OS' 카테고리의 다른 글
커널빌드 오류들 (0) | 2025.02.14 |
---|---|
ABI README - GPT 번역 (1) | 2025.02.08 |
Kernel Configuration 진입 (0) | 2025.02.08 |