extern
This commit is contained in:
parent
d1d1c88934
commit
95871ff6bf
8 changed files with 117 additions and 118 deletions
4
run.sh
4
run.sh
|
@ -1,5 +1,5 @@
|
|||
gcc boot.c boot-lib.c &&
|
||||
gcc boot.c &&
|
||||
./a.out < $1 > $1.s &&
|
||||
riscv64-linux-gnu-gcc-12 -static $1.s boot-lib.c -o $1.out &&
|
||||
riscv64-linux-gnu-gcc-12 -static $1.s -o $1.out &&
|
||||
qemu-riscv64 $1.out
|
||||
echo $?
|
Loading…
Add table
Add a link
Reference in a new issue