real machine script

This commit is contained in:
Yaossg 2024-11-18 17:38:26 +08:00
parent 32538d33a5
commit 5bc38df50f

View File

@ -1,4 +1,3 @@
user@starfive:~/RVBTCC$ cat run.sh
gcc boot.c boot-lib.c &&
./a.out < $1 > $1.s &&
gcc -static $1.s boot-lib.c -o $1.out &&