100% coverage

This commit is contained in:
Yaossg 2024-12-24 15:00:51 +08:00
parent 49ed7c5df5
commit 92f4b4f561
52 changed files with 143 additions and 48 deletions

2
run.sh
View file

@ -3,4 +3,4 @@ gcc boot.c -o boot.elf &&
riscv64-linux-gnu-gcc-12 -static $1.s -o $1.elf &&
qemu-riscv64 $1.elf
echo $?
rm $1.s $1.elf boot.elf
rm $1.s $1.elf boot.elf 2> /dev/null