Page 3 of 3

Re: Error compile GDT and Interrupt

Posted: Thu Aug 08, 2019 11:56 pm
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.

Re: Error compile GDT and Interrupt

Posted: Fri Aug 09, 2019 1:05 am
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.

Re: Error compile GDT and Interrupt

Posted: Sat Aug 10, 2019 11:23 am
by Ananta96
Sorry I want to talk how to setup gdt in multiboot? Preferable using multiboot or make own bootloader?