xv6-riscv (folder structure of xv6) (tistory.com)
xv6 커널 소스는 kernel/ 하위 디렉토리에 있습니다. 이 소스는 대략적인 모듈성 개념을 따라 파일로 분할되어 있습니다.
모듈 간의 인터페이스는 defs.h (kernel/defs.h)에 정의되어 있습니다.
'xv6-book' 카테고리의 다른 글
xv6-book (Ch2.6-Code: starting xv6 and first process) (0) | 2024.04.30 |
---|---|
xv6-book (Ch2.5-Process overview) (0) | 2024.04.30 |
xv6-book (Ch2.3-Kernel organization) (0) | 2024.04.30 |
xv6-book (Ch2.2-User mode, supervisor mode, and system calls) (0) | 2024.04.30 |
xv6-book (Ch2.1-Abstracting physical resources) (0) | 2024.02.14 |