aboutsummaryrefslogtreecommitdiff
path: root/jslinux-2019-12-21/root-x86.cfg
blob: 7b391baaf873e64a6ccbc676c3fe9c50723f1c11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* VM configuration file */
{
    version: 1,
    machine: "pc",
    memory_size: 128,
    kernel: "kernel-x86.bin",
    cmdline: "loglevel=3 console=hvc0 root=/dev/vda init=/bin/ash rw",
    drive0: { file: "root-x86/blk.txt" },
    eth0: { driver: "user" },
}