twizzler-operating-system / twizzler

The Twizzler Operating System
BSD 3-Clause "New" or "Revised" License
66 stars 13 forks source link

Implement page table map operation for aarch64 #122

Closed PandaZ3D closed 1 year ago

PandaZ3D commented 1 year ago

This patch implements the map operation outlined by the generic page table APIs. It adds some additional functionality to the interface, which requires minimal changes (see the leaf function). So at this point we are able to successfully copy the existing mappings set up by the bootloader (which is how Twizzler boots) and also map in new pages.

In summary (aarch64 specific):