现象
字符都挤到了最右侧,如图所示:

操作过程
zCore镜像的制作(cmmit id : 757c63d96dba0f1e02a5ae2e6d76bc59e592d2da):
cargo bin --arch riscv64 --features "linux board-d1 link-user-img" --output z.bin
烧写操作:
cargo make --spl --see --dt nezha.dts
cargo flash --spl
cargo flash --see --reset
cargo flash --dt nezha.dts
cargo flash --kernel z.bin