Skip to content

Instantly share code, notes, and snippets.

@sr229
Last active August 8, 2018 04:31
Show Gist options
  • Save sr229/4700807164ef74c8c48fd12f844925b2 to your computer and use it in GitHub Desktop.
Save sr229/4700807164ef74c8c48fd12f844925b2 to your computer and use it in GitHub Desktop.
{
version: 1,
machine: "pc",
memory_size: 256,
kernel: "https://bellard.org/jslinux/kernel-x86.bin",
cmdline: "loglevel=3 console=hvc0 root=root rootfstype=9p rootflags=trans=virtio ro TZ=${TZ}",
fs0: { file: "https://vm.maidcafe.me/images/linux3.iso" },
eth0: { driver: "user" },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment