Releases: harmoninux/linux-config
Releases · harmoninux/linux-config
更新镜像
启动速度优化
- 优化内核编译参数
 - 优化启动速度
 
set stty cols at start
release-20251030-tci autocols to set stty cols
9p rootfs tar by mapped-file
9p rootfs tar by mapped-file
alpine aarch64
run with qemu by:
qemu-system-aarch64 \
    -machine virt \
    -cpu cortex-a53 \
    -smp 1 -m 1G \
    -kernel Image.gz \
    -drive if=none,format=raw,file=rootfs.img,id=hd0 -device virtio-blk-device,drive=hd0 \
    -append "root=/dev/vda rw rootfstype=ext4 console=ttyAMA0" \
    -nographic