tinyemu/cfg/root-riscv64.cfg

12 lines
273 B
INI
Raw Normal View History

2025-07-22 09:17:45 +10:00
/* 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" },
}