Interrupts cause a #GPF on iretq #7
Labels
No Label
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: noxos/kernel#7
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 relatedGeneral Protection Fault
(Working on that bug)
Fixed in
1f290c3414
The System now uses the bootloaders GDT instead of loading its own.