relatively easy question about idt
relatively easy question about idt
hey, Im trying to get put of first 4 meg, however i get problems with idt, I think. Is there a condition for idt's place in virtual memory? I mean should it be mapped onto itself or etc?
Re:relatively easy question about idt
Hi,
Cheers,
Brendan
No - the IDT can be anywhere. I wouldn't recomend making the IDT cross page boundaries though, and I'd make sure it has 8 byte alignment (for performance reasons).Ozgunh82 wrote: Is there a condition for idt's place in virtual memory? I mean should it be mapped onto itself or etc?
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.