diff options
Diffstat (limited to 'jslinux-2019-12-21/root-riscv64.cfg')
| -rw-r--r-- | jslinux-2019-12-21/root-riscv64.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/jslinux-2019-12-21/root-riscv64.cfg b/jslinux-2019-12-21/root-riscv64.cfg new file mode 100644 index 0000000..e1349e2 --- /dev/null +++ b/jslinux-2019-12-21/root-riscv64.cfg @@ -0,0 +1,11 @@ +/* VM configuration file */ +{ + version: 1, + machine: "riscv64", + memory_size: 128, + bios: "bbl64.bin", + kernel: "kernel-riscv64.bin", + cmdline: "console=hvc0 root=/dev/vda rw", + drive0: { file: "root-riscv64/blk.txt" }, + eth0: { driver: "user" }, +} |
