[feat] 串口hex输出可选择是否补0

This commit is contained in:
2026-06-05 20:18:53 +08:00
Unverified
parent 60a9b9e97d
commit 3d47667c2f
3 changed files with 25 additions and 9 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ disk: vdir
run: disk
@echo "Launching QEMU"
@qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -net none -drive file=build/disk.img,index=0,format=raw -serial file:serial.log -s -S
@qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -net none -drive file=build/disk.img,index=0,format=raw -serial stdio -serial file:serial.log -s -S
clean:
@echo "Cleaning old files"