User:Bellezzasolo/IDT problems: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
(removed unsolved problems. Becoming a wiki article)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Problems with IDTs ==
== Problems with IDTs ==
Many of us while OS dev'ing will encounter a problem with IDT's. I won't pretend to be an IDT agony aunt - in fact I've been in trouble myself.
Many of us while OS dev'ing will encounter a problem with IDT's. I won't pretend to be an IDT agony aunt - in fact I've been in trouble myself.
That is why I created this page - a wiki page you can easily access that's in a nice format. Introduction aside, I'll outline the first IDT problem this page has seen.
That is why I created this page - a wiki page you can easily access that's in a nice format. Introduction aside, here are the solved problems.


This is for solved problems. The unsolved ones can be found here on the
This is for solved problems. The unsolved ones can be found here on the
Line 7: Line 7:


==Problems==
==Problems==
{{stub}}
{{stub|nocat=1}}
Please post '''''Completed''''' problems here.
Please post '''''Completed''''' problems here.

First of all check your GDT. Then check padding issues.

== Related links ==
== Related links ==
*[[IDT]]
*[[IDT]]
Line 16: Line 19:
*[[I_Cant_Get_Interrupts_Working|Interrupt problems]]
*[[I_Cant_Get_Interrupts_Working|Interrupt problems]]


[[Category:X86 CPU]]
[[:Category:X86 CPU]]
[[Category:Interrupts]]
[[:Category:Interrupts]]
[[Category:Troubleshooting]]
[[:Category:Troubleshooting]]
[[Category:Stubs]]
[[Category:User drafts]]

Latest revision as of 19:57, 16 June 2024

Problems with IDTs

Many of us while OS dev'ing will encounter a problem with IDT's. I won't pretend to be an IDT agony aunt - in fact I've been in trouble myself. That is why I created this page - a wiki page you can easily access that's in a nice format. Introduction aside, here are the solved problems.

This is for solved problems. The unsolved ones can be found here on the Forum

Problems

This page is a stub.
You can help the wiki by accurately adding more contents to it.

Please post Completed problems here.

First of all check your GDT. Then check padding issues.

Related links

Category:X86 CPU Category:Interrupts Category:Troubleshooting