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§

scarlet
Scarlet Native ABI Module

Structs§

AbiRegistry
ABI registry.

Constants§

MAX_ABI_LENGTH

Traits§

AbiModule
ABI module trait.

Functions§

syscall_dispatcher