Skip to content

2025现场比赛用文件系统-2:alpine-linux-loongarch64-ext4fs.img

Latest

Choose a tag to compare

@chyyuu chyyuu released this 19 Aug 16:43
· 12 commits to on-site-final-2025 since this release

alpine linux for loongarch64 based apps(using musl-libc) in ext4fs image

/* prepare qemu, YOUR-KERNEL.elf (elf format) for loongarch64*/
$ xz -d alpine-linux-loongarch64-ext4fs.img.xz
$ qemu-system- loongarch64 -kernel YOUR-KERNEL.elf -m 1G -nographic -smp 1 -drive if=none,format=raw,id=disk0,file=alpine-linux- loongarch64-ext4fs.img -device virtio-blk-pci,drive=disk0 -device virtio-net-pci,netdev=net0 -netdev user,id=net0