Add scripts to build a toolchain for running VM tests

This commit is contained in:
2024-05-14 22:09:05 +02:00
parent ad697f1957
commit 00b7c328b4
10 changed files with 688 additions and 15 deletions

7
tools/files/rcS Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin
mount -v proc /proc -n -t proc
mount -w -v -n -o remount /
mount -a