aboutsummaryrefslogtreecommitdiff
path: root/jslinux-2019-12-21/root-riscv64.cfg
blob: e1349e252c333e7dedf79f559591ef568b88d012 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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" },
}