LDT, GDT, access above 1mb

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.
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:LDT, GDT, access above 1mb

Post by Pype.Clicker »

i think you're doing a melting pot between virtual and physical addresses. PCI memory-mapped are of course mapped to some PHYSICAL memory. once paging is enabled, you can make the video frame buffer (for instance) appear wherever you want in the process address space, just by filling PTEs with physical addresses of the memory array that VBE will have returned to you.
Post Reply