20 lines
368 B
INI
20 lines
368 B
INI
/* VM configuration file */
|
|
{
|
|
version: 1,
|
|
machine: "pc",
|
|
memory_size: 192,
|
|
bios: "bios.bin",
|
|
drive0: { file: "win2k_v2/blk.txt", device: "ide" },
|
|
eth0: { driver: "user" },
|
|
|
|
display0: {
|
|
device: "vga",
|
|
width: 1024,
|
|
height: 768,
|
|
vga_bios: "vgabios.bin",
|
|
},
|
|
|
|
input_device: "ps2",
|
|
rtc_local_time: true,
|
|
}
|