|
15-213/18-243 Introduction to Computer Systems
Lecture 14: Exceptions
- Reading: Ch 8.1-8.4
- Slides: 14-exceptions
- Code: 14-exceptions
(14-exceptions.tar)
- Concepts:
- Hardware and software exceptions
- Synchronous and asynchronous exceptions
- Traps, faults, aborts, and interrupts
- Processes
- Concurrent execution
- Context switch
- User mode and kernel mode
fork, exit
- Previous lecture: Linking
- Next lecture: Signals
|