tinyemu/cfg/root-x86.cfg

10 lines
248 B
INI

/* VM configuration file */
{
version: 1,
machine: "pc",
memory_size: 128,
kernel: "kernel-x86.bin",
cmdline: "loglevel=3 console=hvc0 root=/dev/vda rw",
drive0: { file: "root-x86/blk.txt" },
eth0: { driver: "user" },
}