Expand description
§System calls numbers for various architectures
Only Linux is currently supported.
§Versioning
This project adheres to Semantic Versioning.
The CHANGELOG.md
file details notable changes over time.
Re-exports§
pub use x86_64 as native;
Modules§
- aarch64
- AArch64 definitions.
- arm
- ARM definitions.
- loongarch64
- LoongArch 64-bit definitions.
- m68k
- Motorola 68000 series definitions.
- microblaze
- MicroBlaze definitions.
- mips
- MIPS definitions.
- mips64
- MIPS64 definitions.
- mipsn32
- MIPS N32 definitions.
- or1k
- OpenRISC 1000 definitions.
- powerpc
- PowerPC definitions.
- powerpc64
- PowerPC64 definitions.
- riscv32
- RISC-V 32-bit definitions.
- riscv64
- RISC-V 64-bit definitions.
- s390x
- IBM System Z 64-bit definitions.
- sh
- SuperH definitions.
- x32
- X86_32 definitions.
- x86
- X86 definitions.
- x86_64
- AMD64 definitions.