xv6-cs450/vagrantprov.sh

7 lines
152 B
Bash
Raw Normal View History

2014-09-24 14:25:02 +02:00
#!/usr/bin/env bash
apt-get update
apt-get install -y qemu-system-x86
apt-get install -y gdb
2014-09-25 08:38:07 +02:00
echo "set auto-load safe-path /" > /home/vagrant/.gdbinit