100% coverage
This commit is contained in:
parent
49ed7c5df5
commit
92f4b4f561
52 changed files with 143 additions and 48 deletions
2
run.sh
2
run.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue