[feat] 串口hex输出可选择是否补0
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user