[wip] captable
This commit is contained in:
parent
e24c3aaca5
commit
dda2c2a4ca
|
@ -12,6 +12,12 @@ use {
|
||||||
ux::u6,
|
ux::u6,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/// CapNode capability points to a CapTable containing
|
||||||
|
/// a number of CapTableEntries.
|
||||||
|
/// While CapTable is merely a storage, CapNode capability
|
||||||
|
/// provides information about the guard and the size
|
||||||
|
/// of that table.
|
||||||
|
|
||||||
//=====================
|
//=====================
|
||||||
// Cap definition
|
// Cap definition
|
||||||
//=====================
|
//=====================
|
||||||
|
|
Loading…
Reference in New Issue