bitshuffle icon indicating copy to clipboard operation
bitshuffle copied to clipboard

add loongarch64 support

Open yzewei opened this issue 1 year ago • 0 comments

The LoongArch architecture (LoongArch) is an Instruction Set Architecture (ISA) that has a RISC style.

You can use it on x86_64 machine with docker run -it --rm merore/archlinux-loongarch64. About this image:

  • Boot an Loongarch64-based Arch Linux with qemu-system-loongarch64
  • The default user/password is root/loongarch64
  • All dependcies required by criu build and test are pre-installed
  • You must configure your own dependence on the environment, Golang's installation package is located at http://ftp.loongnix.cn/toolchain/golang/go-1.20/abi2.0/go1.20.2.linux-loong64.tar.gz

Finally, thank you for your patience !

yzewei avatar Dec 21 '23 11:12 yzewei