package
0.0.0-20240428053021-e691de28565f
Repository: https://github.com/sagernet/gvisor.git
Documentation: pkg.go.dev

# Packages

Package gasket describes the userspace interface for Gasket devices.
Package linux contains the constants and types needed to interface with a Linux kernel.
Package nvgpu tracks the ABI of the Nvidia GPU Linux kernel driver: https://github.com/NVIDIA/open-gpu-kernel-modules.
Package sentry contains ABI-related constants for the gVisor sentry.
Package tpu defines constants used to interact with TPUs.

# Constants

Host specifies the host ABI.
Linux is the Linux ABI.

# Interfaces

ABI is an interface that defines OS-specific interactions.

# Type aliases

A FlagSet is a slice of bit-flags and their name.
OS describes the target operating system for an ABI.
ValueSet is a map of syscall values to their name.