├── .gitignore ├── LICENSE ├── LICENSE.GPL3 ├── README.md ├── mkimg ├── mkrootfs └── startqemu.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/archriscv-scriptlet/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | LICENSE.GPL3 -------------------------------------------------------------------------------- /LICENSE.GPL3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/archriscv-scriptlet/HEAD/LICENSE.GPL3 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/archriscv-scriptlet/HEAD/README.md -------------------------------------------------------------------------------- /mkimg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/archriscv-scriptlet/HEAD/mkimg -------------------------------------------------------------------------------- /mkrootfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/archriscv-scriptlet/HEAD/mkrootfs -------------------------------------------------------------------------------- /startqemu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoelacanthusHex/archriscv-scriptlet/HEAD/startqemu.sh --------------------------------------------------------------------------------