From d1b4c5e512b7590377d22568f48f91f55775a4ec Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 11 Nov 2021 01:44:01 +0100 Subject: [PATCH] Add interrupt schema --- .../1-introduction/images/interruptions.svg | 899 ++++++++++++++++++ .../1-introduction/index.md | 4 +- 2 files changed, 902 insertions(+), 1 deletion(-) create mode 100644 content/systemes_exploitation/1-introduction/images/interruptions.svg diff --git a/content/systemes_exploitation/1-introduction/images/interruptions.svg b/content/systemes_exploitation/1-introduction/images/interruptions.svg new file mode 100644 index 0000000..10ba8f9 --- /dev/null +++ b/content/systemes_exploitation/1-introduction/images/interruptions.svg @@ -0,0 +1,899 @@ + + + + + Les interruptions : timers et matérielles + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Les interruptions : timers et matérielles + + + Yorick Barbanneau / ephase + + + + + CC BY-SA + + + fr + + + + + + + + + + + + + diff --git a/content/systemes_exploitation/1-introduction/index.md b/content/systemes_exploitation/1-introduction/index.md index a8d3f0a..f630bd6 100644 --- a/content/systemes_exploitation/1-introduction/index.md +++ b/content/systemes_exploitation/1-introduction/index.md @@ -44,7 +44,9 @@ d'interruption: * Celle basées sur le matériel * Celle basée sur le temps (horloge) -La routine propre à l'interruption appellen ensuite une *iret* afin de reprendre +![Fonctionnement des interruptions](images/interruptions.svg) + +La routine propre à l'interruption appelle ensuite une *iret* afin de reprendre l'exécution précédente. sous certaines conditions, certaines interruptions sont "masquable" *(mais elle