Advertisement
Wasserboy

Untitled

May 29th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. /* VM configuration file */
  2. {
  3. version: 1,
  4. machine: "pc",
  5. memory_size: 192,
  6. bios: "bios.bin",
  7. drive0: { file: "http://i.copy.sh/images/kolibri.img", device: "ide" },
  8. eth0: { driver: "user" },
  9.  
  10. display0: {
  11. device: "vga",
  12. width: 1024,
  13. height: 768,
  14. vga_bios: "vgabios.bin",
  15. },
  16.  
  17. input_device: "ps2",
  18. rtc_local_time: true,
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement