From a40a3d1be361782fe8c57a2c21d5712d4b6d38a3 Mon Sep 17 00:00:00 2001 From: Sebastian Fricke Date: Wed, 15 Apr 2020 07:27:23 +0200 Subject: [PATCH] Fix typo at the description of IDT entries s/special mechanism in the x86_64, will see it later;/ special mechanism in the x86_64, which is described below;/ --- Interrupts/linux-interrupts-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interrupts/linux-interrupts-1.md b/Interrupts/linux-interrupts-1.md index a370213..6bbdbb6 100644 --- a/Interrupts/linux-interrupts-1.md +++ b/Interrupts/linux-interrupts-1.md @@ -214,7 +214,7 @@ As we can see, `IDT` entry on the diagram consists of the following fields: * `0-15` bits - offset from the segment selector which is used by the processor as the base address of the entry point of the interrupt handler; * `16-31` bits - base address of the segment select which contains the entry point of the interrupt handler; -* `IST` - a new special mechanism in the `x86_64`, will see it later; +* `IST` - a new special mechanism in the `x86_64`, which is described below; * `DPL` - Descriptor Privilege Level; * `P` - Segment Present flag; * `48-63` bits - the second part of the handler base address;