Skip to content

Instantly share code, notes, and snippets.

@caiolima
Created December 30, 2015 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caiolima/fdc6974c1fec0e57caac to your computer and use it in GitHub Desktop.
Save caiolima/fdc6974c1fec0e57caac to your computer and use it in GitHub Desktop.
Standert Vagrantfile to run the xv6 with VFS implementation
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
config.vm.box = "caiolima/xv6-vfs"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment