Interrupts cause a #GPF on iretq #7

Closed
opened 2023-02-17 06:27:02 +00:00 by antifallobst · 1 comment
antifallobst commented 2023-02-17 06:27:02 +00:00 (Migrated from codeberg.org)

Probably there is a bug in the way the GDT is set up.
The iretq instruction at the end of the instruction handler causes a segment related General Protection Fault

(Working on that bug)

Probably there is a bug in the way the GDT is set up. The `iretq` instruction at the end of the instruction handler causes a segment related `General Protection Fault` (Working on that bug)
antifallobst commented 2023-02-17 11:28:17 +00:00 (Migrated from codeberg.org)

Fixed in 1f290c3414

The System now uses the bootloaders GDT instead of loading its own.

Fixed in 1f290c341489109dfbc3a434bea6047a05498a65 The System now uses the bootloaders GDT instead of loading its own.
Sign in to join this conversation.
No description provided.