Skip to content

Releases: harmoninux/linux-config

启动速度优化

01 Nov 15:20

Choose a tag to compare

  • 优化内核编译参数
  • 优化启动速度

set stty cols at start

29 Oct 17:36

Choose a tag to compare

release-20251030-tci

autocols to set stty cols

9p rootfs tar by mapped-file

26 Oct 17:12

Choose a tag to compare

9p rootfs tar by mapped-file

alpine aarch64

04 Sep 16:39

Choose a tag to compare

alpine aarch64 Pre-release
Pre-release

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