태그>디바이스트리(총 1개의 글)
'디바이스트리' 관련 최근글
-
- [리눅스커널] 디바이스 트리: of_root 디버깅
-
ARM Linux Kernel Hacks by AustinKim|2020/11/24 07:44
디바이스 트리를 관리하는 주요 자료 구조는 다음과 같습니다. * of_root * of_aliases * of_chosen * of_stdout of_root of_root 전역 변수는 다음과 같습니다. of_root = 0xF6B49F44 -> ( name = 0xF6B4A16C -> "", type = 0xC157AEAB -> &..
- [리눅스커널] 디바이스 트리: of_root 디버깅