Expand description
tpt-archon-bridge: zero-copy IPC and unified page-cache traits.
Phase 2a of the tpt-archon stack. This crate defines the capability types
and the page_cache trait that let the kernel and the storage engine
share pages with no double-buffering. grant builds the
capability-gated, zero-copy grant::CapabilityGrant contract on top of
page_cache::UnifiedPageCache — the interface Telos-compiled
user-space code targets. It depends only on tpt-archon-core.
Modules§
- capability
- Capability-based access control types.
- grant
- Zero-copy capability grants — the contract Telos-compiled user-space code relies on to read/write kernel-mapped storage pages.
- page_
cache - The unified page-cache trait shared between storage and kernel.