Module abi

Module abi 

Source
Expand description

ABI module.

This module provides the interface for ABI (Application Binary Interface) modules in the Scarlet kernel. ABI modules are responsible for handling system calls and providing the necessary functionality for different application binary interfaces.

Modules§

linux
scarlet
Scarlet Native ABI (arch-specific)
xv6

Structs§

AbiRegistry
ABI registry.
RuntimeConfig
Runtime configuration for delegating binary execution to userland

Constants§

MAX_ABI_LENGTH

Traits§

AbiModule
ABI module trait.

Functions§

syscall_dispatcher