Switching page directories on a task switch??

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.
Perica
Member
Member
Posts: 454
Joined: Sat Nov 25, 2006 12:50 am

Re:Switching page directories on a task switch??

Post by Perica »

..
Last edited by Perica on Sun Dec 03, 2006 9:11 pm, edited 1 time in total.
Tim

Re:Switching page directories on a task switch??

Post by Tim »

Why do you need to keep an index of all the locations in the OSDA? It should be enough to use normal variables within the kernel, and have the linker hard-code the addresses.
Perica
Member
Member
Posts: 454
Joined: Sat Nov 25, 2006 12:50 am

Re:Switching page directories on a task switch??

Post by Perica »

..
Last edited by Perica on Sun Dec 03, 2006 9:12 pm, edited 1 time in total.
Tim

Re:Switching page directories on a task switch??

Post by Tim »

What are kernel variables, if not 'locations in the system area' which are 'built at runtime'? What advantage is there in having an 'OSDA'?
Perica
Member
Member
Posts: 454
Joined: Sat Nov 25, 2006 12:50 am

Re:Switching page directories on a task switch??

Post by Perica »

..
Last edited by Perica on Sun Dec 03, 2006 9:12 pm, edited 1 time in total.
Tim

Re:Switching page directories on a task switch??

Post by Tim »

I'm not saying it's a bad idea... I just didn't/don't see you reasons for having it that way.
Post Reply