seL4 / sel4test

Test suite for seL4.
http://sel4.systems
Other
24 stars 60 forks source link

aarch64: Minimal update for vspace API change #100

Closed kent-mcleod closed 1 year ago

kent-mcleod commented 1 year ago

The aarch64 vspace API is changed to only have a single pagetable object and capability type for all intermediate page table levels. The root vspace object is still a separate object and capability type.

Test with: https://github.com/seL4/seL4/pull/801 Test with: https://github.com/seL4/seL4_libs/pull/59