[wip] ponder at gats

This commit is contained in:
Berkus Decker 2020-12-03 02:33:08 +02:00
parent 4979e82a12
commit a01445d0da
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ trait Untyped {
fn retype<T: NucleusObject>(target_cap: CapNodeRootedPath, target_cap_offset: usize, num_objects: usize) -> Result<CapSlice>; // @todo return an array of caps?
}
// with GATs
// trait Retyped { type Result = CapTable::<T> .. }
// MMU
// ActivePageTable (--> impl VirtSpace for ActivePageTable etc...)