Error compile GDT and Interrupt

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Ananta96
Posts: 24
Joined: Mon Jul 01, 2019 10:46 am

Re: Error compile GDT and Interrupt

Post by Ananta96 »

I've debugging paging using gdb but still can't got main problem paging. Because my paging code,can't arrise page fault.
User avatar
iansjack
Member
Member
Posts: 4705
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Error compile GDT and Interrupt

Post by iansjack »

Examine the Page Table in memory to make sure that it is as you expect it to be.

Check the location of the page fault and the reason for it (shown in the error code). These should give you an idea as to where to look for the problem.
Ananta96
Posts: 24
Joined: Mon Jul 01, 2019 10:46 am

Re: Error compile GDT and Interrupt

Post by Ananta96 »

Sorry I want to talk how to setup gdt in multiboot? Preferable using multiboot or make own bootloader?
Post Reply