Structure and Principles of the Linux Kernel: Interrupts [Author's Lecture Part 1-5]
The author of "Learning the Structure and Principles of the Linux Kernel Through Debugging" provides a thorough explanation of the core interrupt concepts of the latest Linux kernel (v6.1), which are most widely used in system software.
258 learners
Level Basic
Course period Unlimited

Want to know what questions other learners frequently ask?
- Unresolved
TRACE32 관련 문의 내용
안녕하세요. 이번 1부- 5강 인터럽트 강의를 듣고 있는 학생입니다. 해당 강의를 들으면서 6. bcmgenet_isr_0 인터럽트 핸들러 디버깅-TRACE32 (Part.1) 를 수강하면서 2-irq-d
linux운영체제arm-architecturelinux-kernelinterruptirqtrace32callstack출력에러wodud0432886
・
5 months ago
0
64
2
- Unresolved
강의안 자료는 따로 제공이 안 되나요?
안녕하세요1부-4,5,6 강의가 전부다 강의안 제공이 안 되고 있는데추후 업로드 예정이신지 질문 드립니다
linux운영체제arm-architecturelinux-kernelinterruptirqcisavcr9854
・
8 months ago
0
79
2
- Unresolved
preemption 체크 관련 질문
커널 코드 실행 중 인터럽트가 발생한 경우에는 thread_info 구조체의 preemption_count 값을 통해 preemptive schedule 가능 여부를 판단하고, 유저 코드 실행 중에 발생한 경우에는 flags 값을 통해 preemptive sche
linux운영체제arm-architecturelinux-kernelinterruptirqjinhoo05096242
・
0
136
2
- Unresolved
인터럽트 처리 순서
Big Picture 사진을 보면 인터럽트 발생시 GIC에서 우선적으로 처리한 후 익셉션 핸들러가 실행되는 걸로 나와있는데,인터럽트 처리 콜스택을 보면 익셉션 핸들러가 먼저 실행되고 gic 관련 핸들러 함수가 호출되는 것 같습니다. 둘이 순서가 왜 다
linux운영체제arm-architecturelinux-kernelinterruptirqjinhoo05096242
・
0
157
2

