17 lines
426 B
INI
17 lines
426 B
INI
/* VM configuration file */
|
|
{
|
|
version: 1,
|
|
machine: "pc",
|
|
memory_size: 256,
|
|
kernel: "kernel-x86.bin",
|
|
cmdline: "loglevel=3 console=tty0 root=root rootfstype=9p rootflags=trans=virtio ro TZ=${TZ}",
|
|
fs0: { file: "https://vfsync.org/u/os/alpine-x86" },
|
|
eth0: { driver: "user" },
|
|
display0: {
|
|
device: "simplefb",
|
|
width: 1024,
|
|
height: 640,
|
|
},
|
|
input_device: "virtio",
|
|
}
|