ktf icon indicating copy to clipboard operation
ktf copied to clipboard

Add dedicated mechanism for pagetable frames allocation and mapping

Open wipawel opened this issue 5 years ago • 0 comments

Right now we use map_used_frames() to map in all allocated physical frames. Pagetables should be treated in a special way: allocation should use frames with low addresses and the pages should be automatically mapped in.

wipawel avatar Aug 23 '20 12:08 wipawel