duplicating kernel memory mapping across page directories
Posted: Fri Sep 29, 2017 7:36 am
Hi.
I'm wondering how to map kernel memory that will be represented in all available page_directories.
The only way I can think of is to keep a linked list of all page_directories and update them on every mapping / unmapping.
Is there a better way ?
Thanks,
Ramon.
I'm wondering how to map kernel memory that will be represented in all available page_directories.
The only way I can think of is to keep a linked list of all page_directories and update them on every mapping / unmapping.
Is there a better way ?
Thanks,
Ramon.