[wip] ponder at gats
This commit is contained in:
parent
4979e82a12
commit
a01445d0da
|
@ -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...)
|
||||
|
|
Loading…
Reference in New Issue