Crate axconfig

source ·
Expand description

Platform-specific constants and parameters for ArceOS.

Currently supported platforms (specify by cargo features):

  • platform-pc-x86: Standard PC with x86_64 ISA.
  • platform-qemu-virt-riscv: QEMU virt machine with RISC-V ISA.
  • platform-qemu-virt-aarch64: QEMU virt machine with AArch64 ISA.
  • dummy: If none of the above platform is selected, the dummy platform will be used. In this platform, most of the constants are dummy values. This platform is mainly used for cargo test.

Constants